mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Changed MapBlockObjects to be never written anymore. Incremented version number.
This commit is contained in:
parent
c7ab4f15a5
commit
5ac900ddd9
5 changed files with 12 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue