diff options
Diffstat (limited to 'src/mapsector.cpp')
-rw-r--r-- | src/mapsector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapsector.cpp b/src/mapsector.cpp index 9ce3c8eb3..1588a5962 100644 --- a/src/mapsector.cpp +++ b/src/mapsector.cpp @@ -220,7 +220,7 @@ ServerMapSector* ServerMapSector::deSerialize( if(n != sectors.end()) { - dstream<<"WARNING: deSerializing existent sectors not supported " + warningstream<<"deSerializing existent sectors not supported " "at the moment, because code hasn't been tested." <<std::endl; |