mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-04-28 09:55:43 +00:00
fixed delay issue when breaking a block (#537)
This commit is contained in:
parent
892a6056ea
commit
c77bb4dae4
|
|
@ -90,7 +90,6 @@ bool MultiPlayerGameMode::destroyBlock(int x, int y, int z, int face)
|
|||
if (g_NetworkManager.IsHost())
|
||||
{
|
||||
level->levelEvent(LevelEvent::PARTICLES_DESTROY_BLOCK, x, y, z, oldTile->id + (level->getData(x, y, z) << Tile::TILE_NUM_SHIFT));
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue