13
0
geforkt von Mirrors/Paper
Paper/src/main/java
Travis Watkins 5a999a2660 Correct digging behavior. Fixes BUKKIT-2780
If a block is air we return immediately so miss the cleanup work that would
normally happen in this case in vanilla. This causes us to get in to a
situation where, due to odd packet sending from the client, we never
properly stop an attempt by the client to break a block and thus it
eventually breaks.

We also use our own variable for block damage and never sync it up with the
vanilla one so damage reporting to other clients is not always correct.
2012-11-13 21:42:36 -06:00
..
jline Use jansi's Windows support for terminal colors. 2012-05-23 15:32:42 -05:00
net/minecraft/server Correct digging behavior. Fixes BUKKIT-2780 2012-11-13 21:42:36 -06:00
org/bukkit/craftbukkit Update CraftBukkit to Minecraft 1.4.4. 2012-11-13 16:09:52 -06:00