fixed server sending wrong position of node removal

This commit is contained in:
Perttu Ahola 2011-02-28 16:40:25 +02:00
parent 231386d501
commit c137946a3f
1 changed files with 1 additions and 1 deletions

View File

@ -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