Logs completion of chunk saving (FS #215)
git-svn-id: http://mc-server.googlecode.com/svn/trunk@628 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
parent
517ab45d8c
commit
d8eda6b479
@ -1824,6 +1824,7 @@ void cWorld::SaveAllChunks(void)
|
||||
LOG("Saving all chunks...");
|
||||
m_LastSave = m_Time;
|
||||
m_ChunkMap->SaveAllChunks();
|
||||
LOG("All chunks saved.");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user