diff options
author | worktycho <work.tycho@gmail.com> | 2014-05-05 17:06:45 +0200 |
---|---|---|
committer | worktycho <work.tycho@gmail.com> | 2014-05-05 17:06:45 +0200 |
commit | ef85bef978795956208214794aec91122584b648 (patch) | |
tree | 3cee9933671f6a7edc33108f1934b18929d2ade1 /src | |
parent | Fixed formatting (diff) | |
download | cuberite-ef85bef978795956208214794aec91122584b648.tar cuberite-ef85bef978795956208214794aec91122584b648.tar.gz cuberite-ef85bef978795956208214794aec91122584b648.tar.bz2 cuberite-ef85bef978795956208214794aec91122584b648.tar.lz cuberite-ef85bef978795956208214794aec91122584b648.tar.xz cuberite-ef85bef978795956208214794aec91122584b648.tar.zst cuberite-ef85bef978795956208214794aec91122584b648.zip |
Diffstat (limited to '')
-rw-r--r-- | src/DeadlockDetect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DeadlockDetect.cpp b/src/DeadlockDetect.cpp index 38a3c369e..f73a45555 100644 --- a/src/DeadlockDetect.cpp +++ b/src/DeadlockDetect.cpp @@ -109,7 +109,7 @@ void cDeadlockDetect::CheckWorldAge(const AString & a_WorldName, Int64 a_Age) WorldAges::iterator itr = m_WorldAges.find(a_WorldName); if (itr == m_WorldAges.end()) { - ASSERT(!"Unknown world in cDeadlockDetect"); + SetWorldAge(a_WorldName, a_Age); return; } |