aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/server/worldserver/Master.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/worldserver/Master.cpp b/src/server/worldserver/Master.cpp
index ecc3e31a349..920dc766900 100644
--- a/src/server/worldserver/Master.cpp
+++ b/src/server/worldserver/Master.cpp
@@ -87,7 +87,7 @@ void FreezeDetectorThread(uint32 delayTime)
std::this_thread::sleep_for(std::chrono::milliseconds(1000));
uint32 curtime = getMSTime();
// normal work
- uint32 worldLoopCounter = World::m_worldLoopCounter.value();
+ uint32 worldLoopCounter = World::m_worldLoopCounter;
if (loops != worldLoopCounter)
{
lastChange = curtime;