mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-30 04:35:20 +01:00
Changed MapBlockObjects to be never written anymore. Incremented version number.
This commit is contained in:
@@ -873,7 +873,9 @@ void RemoteClient::SendObjectData(
|
||||
bos.write((char*)buf, 6);
|
||||
|
||||
// Write objects
|
||||
block->serializeObjects(bos, serialization_version);
|
||||
//block->serializeObjects(bos, serialization_version); // DEPRECATED
|
||||
// count=0
|
||||
writeU16(bos, 0);
|
||||
|
||||
blockcount++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user