summaryrefslogtreecommitdiffstats
path: root/source/ChunkSender.cpp
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-10-25 21:20:29 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-10-25 21:20:29 +0200
commit2c9e187189af11f59bb7026d2304536b8356c3a6 (patch)
tree6f5402ccc6db8e6637a1f8b2902595762405d733 /source/ChunkSender.cpp
parentDebug filename has a "_debug" appended to it, so that it's different from the release version. (diff)
downloadcuberite-2c9e187189af11f59bb7026d2304536b8356c3a6.tar
cuberite-2c9e187189af11f59bb7026d2304536b8356c3a6.tar.gz
cuberite-2c9e187189af11f59bb7026d2304536b8356c3a6.tar.bz2
cuberite-2c9e187189af11f59bb7026d2304536b8356c3a6.tar.lz
cuberite-2c9e187189af11f59bb7026d2304536b8356c3a6.tar.xz
cuberite-2c9e187189af11f59bb7026d2304536b8356c3a6.tar.zst
cuberite-2c9e187189af11f59bb7026d2304536b8356c3a6.zip
Diffstat (limited to '')
-rw-r--r--source/ChunkSender.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/ChunkSender.cpp b/source/ChunkSender.cpp
index ea5ed91ea..a7afb801c 100644
--- a/source/ChunkSender.cpp
+++ b/source/ChunkSender.cpp
@@ -55,6 +55,7 @@ cChunkSender::~cChunkSender()
bool cChunkSender::Start(cWorld * a_World)
{
+ m_ShouldTerminate = false;
m_World = a_World;
return super::Start();
}