forked from Mirrorlandia_minetest/minetest
darkrose should work at a nuclear power plant.
It'd take years to figure out what caused the accident.
This commit is contained in:
parent
558e284e25
commit
0cf1ed544c
@ -234,8 +234,10 @@ u32 MapNode::serializedLength(u8 version)
|
|||||||
return 1;
|
return 1;
|
||||||
else if(version <= 9)
|
else if(version <= 9)
|
||||||
return 2;
|
return 2;
|
||||||
else
|
else if(version <= 23)
|
||||||
return 3;
|
return 3;
|
||||||
|
else
|
||||||
|
return 4;
|
||||||
}
|
}
|
||||||
void MapNode::serialize(u8 *dest, u8 version)
|
void MapNode::serialize(u8 *dest, u8 version)
|
||||||
{
|
{
|
||||||
|
@ -4016,7 +4016,7 @@ void Server::SendBlocks(float dtime)
|
|||||||
|
|
||||||
RemoteClient *client = getClient(q.peer_id);
|
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);
|
client->SentBlock(q.pos);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user