diff options
author | Peter Bell <peterbell10@live.co.uk> | 2020-04-13 00:04:30 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2020-04-13 17:13:38 +0200 |
commit | 43525c5df8ec537d8ce83278795962a3af09f858 (patch) | |
tree | 7006a43ddcdbdb59d493b12d350500e19d78d7bd /src/World.h | |
parent | Fixed entity teleport for just-spawned entities. (diff) | |
download | cuberite-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.h | 2 |
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; |