mirror of
https://github.com/minetest/minetest.git
synced 2025-07-03 08:20:23 +02:00
Changed MapBlockObjects to be never written anymore. Incremented version number.
This commit is contained in:
@ -830,7 +830,9 @@ void MapBlock::serializeDiskExtra(std::ostream &os, u8 version)
|
||||
// Versions up from 9 have block objects.
|
||||
if(version >= 9)
|
||||
{
|
||||
serializeObjects(os, version);
|
||||
//serializeObjects(os, version); // DEPRECATED
|
||||
// count=0
|
||||
writeU16(os, 0);
|
||||
}
|
||||
|
||||
// Versions up from 15 have static objects.
|
||||
|
Reference in New Issue
Block a user