mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
fixed server sending wrong position of node removal
This commit is contained in:
parent
231386d501
commit
c137946a3f
1 changed files with 1 additions and 1 deletions
|
@ -2036,7 +2036,7 @@ void Server::ProcessData(u8 *data, u32 datasize, u16 peer_id)
|
|||
/*
|
||||
Send the removal to all other clients
|
||||
*/
|
||||
sendRemoveNode(p_over, peer_id);
|
||||
sendRemoveNode(p_under, peer_id);
|
||||
|
||||
/*
|
||||
Update and send inventory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue