diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-08-15 13:54:13 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-08-15 13:54:13 +0200 |
commit | b687be9e44bc232b063365235541f871beeabfac (patch) | |
tree | f4cca078204a26171382ec7aba087a2e7a256c60 /source/cServer.cpp | |
parent | Fix torches broken in rev 724 (diff) | |
download | cuberite-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/cServer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |