summaryrefslogtreecommitdiffstats
path: root/source/cWorld.cpp
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-08-15 13:54:13 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-08-15 13:54:13 +0200
commitb687be9e44bc232b063365235541f871beeabfac (patch)
treef4cca078204a26171382ec7aba087a2e7a256c60 /source/cWorld.cpp
parentFix torches broken in rev 724 (diff)
downloadcuberite-b687be9e44bc232b063365235541f871beeabfac.tar
cuberite-b687be9e44bc232b063365235541f871beeabfac.tar.gz
cuberite-b687be9e44bc232b063365235541f871beeabfac.tar.bz2
cuberite-b687be9e44bc232b063365235541f871beeabfac.tar.lz
cuberite-b687be9e44bc232b063365235541f871beeabfac.tar.xz
cuberite-b687be9e44bc232b063365235541f871beeabfac.tar.zst
cuberite-b687be9e44bc232b063365235541f871beeabfac.zip
Diffstat (limited to '')
-rw-r--r--source/cWorld.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/cWorld.cpp b/source/cWorld.cpp
index 54931d104..5bb1e8094 100644
--- a/source/cWorld.cpp
+++ b/source/cWorld.cpp
@@ -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();
}