From 36754f20f8397f517e7d06673b017fc06afce09a Mon Sep 17 00:00:00 2001 From: LogicParrot Date: Mon, 2 May 2016 00:18:21 +0300 Subject: Fix Crash on stopping the server (#3176) --- src/ChunkMap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ChunkMap.h') diff --git a/src/ChunkMap.h b/src/ChunkMap.h index 8df76bde6..560987b4f 100644 --- a/src/ChunkMap.h +++ b/src/ChunkMap.h @@ -67,6 +67,7 @@ public: static const int LAYER_SIZE = 32; cChunkMap(cWorld * a_World); + ~cChunkMap(); // Broadcast respective packets to all clients of the chunk where the event is taking place // (Please keep these alpha-sorted) -- cgit v1.2.3