1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

Increase node id/param0 to 16 bits, leaving param2 always with 8 bits

This commit is contained in:
darkrose 2012-07-18 05:04:38 +10:00 committed by Perttu Ahola
parent cd6becd442
commit ea62ee4b61
4 changed files with 78 additions and 61 deletions

View file

@ -4016,7 +4016,7 @@ void Server::SendBlocks(float dtime)
RemoteClient *client = getClient(q.peer_id);
SendBlockNoLock(q.peer_id, block, client->serialization_version);
SendBlockNoLock(q.peer_id, block, 24);//client->serialization_version);
client->SentBlock(q.pos);