3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-17 13:30:06 +01:00
Paper/src/main/java
Travis Watkins 74ead3abd1 Immediately tell client a block is broken, then process the event.
In order to avoid clients seeing blocks break, reappear, then break again due
to lag caused by plugins taking too long to process the BlockBreakEvent we
immediately tell the client the block is air then process the event. If the
event ends up being cancelled the client will get another packet telling them
the block still exists.
2012-01-23 23:59:36 -05:00
..
net/minecraft/server Immediately tell client a block is broken, then process the event. 2012-01-23 23:59:36 -05:00
org/bukkit/craftbukkit Reverted changes to getItem(). Will be reimplemented after RB. 2012-01-20 14:52:32 -05:00