mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
tinkering around
This commit is contained in:
parent
be2c7dfb97
commit
f501cfd799
12 changed files with 80 additions and 86 deletions
|
@ -1466,7 +1466,7 @@ void Server::ProcessData(u8 *data, u32 datasize, u16 peer_id)
|
|||
block->removeObject(id);
|
||||
}
|
||||
}
|
||||
else if(command == TOSERVER_CLICK_GROUND)
|
||||
else if(command == TOSERVER_PRESS_GROUND)
|
||||
{
|
||||
if(datasize < 17)
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue