fixed server sending wrong position of node removal
This commit is contained in:
parent
231386d501
commit
c137946a3f
|
@ -2036,7 +2036,7 @@ void Server::ProcessData(u8 *data, u32 datasize, u16 peer_id)
|
||||||
/*
|
/*
|
||||||
Send the removal to all other clients
|
Send the removal to all other clients
|
||||||
*/
|
*/
|
||||||
sendRemoveNode(p_over, peer_id);
|
sendRemoveNode(p_under, peer_id);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Update and send inventory
|
Update and send inventory
|
||||||
|
|
Loading…
Reference in New Issue