1
0

Stopping the ChunkSender upon server stop

git-svn-id: http://mc-server.googlecode.com/svn/trunk@401 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com
2012-03-11 22:29:15 +00:00
parent e06c2001ba
commit cb2de47247
3 changed files with 15 additions and 2 deletions

View File

@@ -164,6 +164,7 @@ cWorld::~cWorld()
delete m_RedstoneSimulator;
m_Generator.Stop();
m_ChunkSender.Stop();
UnloadUnusedChunks();