diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-07-07 22:41:43 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-07-07 22:41:43 +0200 |
commit | 3df8cfb0911c3d125d81d0dd724ffcfbd98e050f (patch) | |
tree | ad918a3e9a0438a36918a1685b6581509dda04c8 | |
parent | Squid: fixed a possible crash caused by access to a wrong chunk (diff) | |
download | cuberite-3df8cfb0911c3d125d81d0dd724ffcfbd98e050f.tar cuberite-3df8cfb0911c3d125d81d0dd724ffcfbd98e050f.tar.gz cuberite-3df8cfb0911c3d125d81d0dd724ffcfbd98e050f.tar.bz2 cuberite-3df8cfb0911c3d125d81d0dd724ffcfbd98e050f.tar.lz cuberite-3df8cfb0911c3d125d81d0dd724ffcfbd98e050f.tar.xz cuberite-3df8cfb0911c3d125d81d0dd724ffcfbd98e050f.tar.zst cuberite-3df8cfb0911c3d125d81d0dd724ffcfbd98e050f.zip |
-rw-r--r-- | source/World.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/World.h b/source/World.h index e455ab682..cd19dc433 100644 --- a/source/World.h +++ b/source/World.h @@ -549,7 +549,6 @@ private: cFireSimulator * m_FireSimulator; cRedstoneSimulator * m_RedstoneSimulator; - cCriticalSection m_CSClients; cCriticalSection m_CSPlayers; cWorldStorage m_Storage; |