summaryrefslogtreecommitdiffstats
path: root/source/World.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-07-07 22:41:43 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-07-07 22:41:43 +0200
commit3df8cfb0911c3d125d81d0dd724ffcfbd98e050f (patch)
treead918a3e9a0438a36918a1685b6581509dda04c8 /source/World.h
parentSquid: fixed a possible crash caused by access to a wrong chunk (diff)
downloadcuberite-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
Diffstat (limited to '')
-rw-r--r--source/World.h1
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;