From eefe71f593d1d68c5961482dac062e1a80950724 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Thu, 16 Feb 2012 19:32:31 +0000 Subject: New server command "unload" to manually unload unused chunks git-svn-id: http://mc-server.googlecode.com/svn/trunk@280 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cWorld.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/cWorld.h') diff --git a/source/cWorld.h b/source/cWorld.h index 70b502780..225d45707 100644 --- a/source/cWorld.h +++ b/source/cWorld.h @@ -78,7 +78,8 @@ public: void GetChunkData (int a_ChunkX, int a_ChunkY, int a_ChunkZ, cChunkDataCallback * a_Callback); bool IsChunkValid (int a_ChunkX, int a_ChunkY, int a_ChunkZ) const; bool HasChunkAnyClients(int a_ChunkX, int a_ChunkY, int a_ChunkZ) const; - + void UnloadUnusedChunks(void); + // MOTD const AString & GetDescription(void) const {return m_Description; } @@ -262,7 +263,6 @@ private: void TickSpawnMobs(float a_Dt); // Handles mob spawning each tick void RemoveEntity( cEntity * a_Entity ); - void UnloadUnusedChunks(); }; //tolua_export -- cgit v1.2.3