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
This commit is contained in:
@@ -1769,10 +1769,10 @@ bool cWorld::ForEachChunkInRect(int a_MinChunkX, int a_MaxChunkX, int a_MinChunk
|
||||
|
||||
void cWorld::SaveAllChunks(void)
|
||||
{
|
||||
LOG("Saving all chunks...");
|
||||
LOGINFO("Saving all chunks...");
|
||||
m_LastSave = m_Time;
|
||||
m_ChunkMap->SaveAllChunks();
|
||||
LOG("All chunks saved.");
|
||||
m_Storage.QueueSavedMessage();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user