mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +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
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue