From b687be9e44bc232b063365235541f871beeabfac Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Wed, 15 Aug 2012 11:54:13 +0000 Subject: Added a true "all chunks saved" message for the save-all console command (FS #215) git-svn-id: http://mc-server.googlecode.com/svn/trunk@738 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/cServer.cpp') diff --git a/source/cServer.cpp b/source/cServer.cpp index 15f19eeed..78bfc8953 100644 --- a/source/cServer.cpp +++ b/source/cServer.cpp @@ -498,7 +498,7 @@ void cServer::ServerCommand( const char * a_Cmd ) } if( split[0].compare( "save-all" ) == 0 ) { - cRoot::Get()->SaveAllChunks(); // TODO - Force ALL worlds to save their chunks + cRoot::Get()->SaveAllChunks(); return; } if (split[0].compare("unload") == 0) -- cgit v1.2.3