From 16dda8e037434fbb6feab9154090a9b9ecd09646 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Wed, 15 Aug 2012 12:08:11 +0000 Subject: Console command "chunkstats" now lists each world and also totals git-svn-id: http://mc-server.googlecode.com/svn/trunk@739 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cRoot.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/cRoot.h') diff --git a/source/cRoot.h b/source/cRoot.h index fc12d876c..9a8520642 100644 --- a/source/cRoot.h +++ b/source/cRoot.h @@ -44,6 +44,9 @@ public: /// Calls the callback for each world; returns true if the callback didn't abort (return true) bool ForEachWorld(cWorldListCallback & a_Callback); // >> Exported in ManualBindings << + /// Logs chunkstats for each world and totals + void LogChunkStats(void); + cMonsterConfig * GetMonsterConfig() { return m_MonsterConfig; } cGroupManager * GetGroupManager (void) { return m_GroupManager; } // tolua_export -- cgit v1.2.3