diff options
author | peterbell10 <peterbell10@live.co.uk> | 2018-07-22 23:35:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-22 23:35:58 +0200 |
commit | 7b431bed513db3318811698029304d81e5831ab3 (patch) | |
tree | a05eec7426d42f0d194f538292559e3da189c13d /src/LightingThread.cpp | |
parent | Make offline UUIDs consistent with vanilla. (#4178) (diff) | |
download | cuberite-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 '')
-rw-r--r-- | src/LightingThread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LightingThread.cpp b/src/LightingThread.cpp index ccefdfef2..c83589965 100644 --- a/src/LightingThread.cpp +++ b/src/LightingThread.cpp @@ -140,7 +140,7 @@ void cLightingThread::Stop(void) m_ShouldTerminate = true; m_evtItemAdded.Set(); - Wait(); + super::Stop(); } |