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
|
@ -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++;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue