summaryrefslogtreecommitdiffstats
path: root/src/World.h
diff options
context:
space:
mode:
authorPeter Bell <peterbell10@live.co.uk>2020-04-13 00:04:30 +0200
committerMattes D <github@xoft.cz>2020-04-13 17:13:38 +0200
commit43525c5df8ec537d8ce83278795962a3af09f858 (patch)
tree7006a43ddcdbdb59d493b12d350500e19d78d7bd /src/World.h
parentFixed entity teleport for just-spawned entities. (diff)
downloadcuberite-43525c5df8ec537d8ce83278795962a3af09f858.tar
cuberite-43525c5df8ec537d8ce83278795962a3af09f858.tar.gz
cuberite-43525c5df8ec537d8ce83278795962a3af09f858.tar.bz2
cuberite-43525c5df8ec537d8ce83278795962a3af09f858.tar.lz
cuberite-43525c5df8ec537d8ce83278795962a3af09f858.tar.xz
cuberite-43525c5df8ec537d8ce83278795962a3af09f858.tar.zst
cuberite-43525c5df8ec537d8ce83278795962a3af09f858.zip
Diffstat (limited to 'src/World.h')
-rw-r--r--src/World.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World.h b/src/World.h
index 4b0947003..bf8c08b64 100644
--- a/src/World.h
+++ b/src/World.h
@@ -1205,7 +1205,7 @@ private:
std::unique_ptr<cFireSimulator> m_FireSimulator;
cRedstoneSimulator * m_RedstoneSimulator;
- cCriticalSection m_CSPlayers;
+ // Protect with chunk map CS
cPlayerList m_Players;
cWorldStorage m_Storage;