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

darkrose should work at a nuclear power plant.

It'd take years to figure out what caused the accident.
This commit is contained in:
Perttu Ahola 2012-07-24 16:34:20 +03:00
parent 558e284e25
commit 0cf1ed544c
2 changed files with 4 additions and 2 deletions

View file

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