summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/WorldStorage.cpp
diff options
context:
space:
mode:
authorpeterbell10 <peterbell10@live.co.uk>2018-07-22 23:35:58 +0200
committerGitHub <noreply@github.com>2018-07-22 23:35:58 +0200
commit7b431bed513db3318811698029304d81e5831ab3 (patch)
treea05eec7426d42f0d194f538292559e3da189c13d /src/WorldStorage/WorldStorage.cpp
parentMake offline UUIDs consistent with vanilla. (#4178) (diff)
downloadcuberite-7b431bed513db3318811698029304d81e5831ab3.tar
cuberite-7b431bed513db3318811698029304d81e5831ab3.tar.gz
cuberite-7b431bed513db3318811698029304d81e5831ab3.tar.bz2
cuberite-7b431bed513db3318811698029304d81e5831ab3.tar.lz
cuberite-7b431bed513db3318811698029304d81e5831ab3.tar.xz
cuberite-7b431bed513db3318811698029304d81e5831ab3.tar.zst
cuberite-7b431bed513db3318811698029304d81e5831ab3.zip
Diffstat (limited to 'src/WorldStorage/WorldStorage.cpp')
-rw-r--r--src/WorldStorage/WorldStorage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WorldStorage/WorldStorage.cpp b/src/WorldStorage/WorldStorage.cpp
index 7be710c29..a3aff0749 100644
--- a/src/WorldStorage/WorldStorage.cpp
+++ b/src/WorldStorage/WorldStorage.cpp
@@ -94,7 +94,7 @@ void cWorldStorage::WaitForFinish(void)
// Wait for the thread to finish:
m_ShouldTerminate = true;
m_Event.Set(); // Wake up the thread if waiting
- super::Wait();
+ super::Stop();
LOGD("World storage thread finished");
}