From cb2de47247cfddce2c6e852d5cb33df911b2e1e6 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 11 Mar 2012 22:29:15 +0000 Subject: Stopping the ChunkSender upon server stop git-svn-id: http://mc-server.googlecode.com/svn/trunk@401 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/ChunkSender.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/ChunkSender.h') diff --git a/source/ChunkSender.h b/source/ChunkSender.h index 23cce039b..c5c6f7774 100644 --- a/source/ChunkSender.h +++ b/source/ChunkSender.h @@ -51,6 +51,8 @@ public: bool Start(cWorld * a_World); + void Stop(void); + /// Notifies that a chunk has become ready and it should be sent to all its clients void ChunkReady(int a_ChunkX, int a_ChunkY, int a_ChunkZ); -- cgit v1.2.3