diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-06-18 15:16:35 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-06-18 15:16:35 +0300 |
commit | 5ac900ddd9d574440b499b15516747a374fe3a5a (patch) | |
tree | e0aecb9e356d140150ebb171bd589ff70d00d8a5 /src/map.cpp | |
parent | c7ab4f15a506fac64e2b6cc03121f74da6677a32 (diff) | |
download | dragonfireclient-5ac900ddd9d574440b499b15516747a374fe3a5a.tar.xz |
Changed MapBlockObjects to be never written anymore. Incremented version number.
Diffstat (limited to 'src/map.cpp')
-rw-r--r-- | src/map.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/map.cpp b/src/map.cpp index 5cea4ebca..adcdaffee 100644 --- a/src/map.cpp +++ b/src/map.cpp @@ -5545,8 +5545,9 @@ void ServerMap::loadBlock(std::string sectordir, std::string blockfile, MapSecto catch(SerializationError &e) { dstream<<"WARNING: Invalid block data on disk " - "(SerializationError). " - "what()="<<e.what() + <<"fullpath="<<fullpath + <<" (SerializationError). " + <<"what()="<<e.what() <<std::endl; //" Ignoring. A new one will be generated. assert(0); |