Paper/src/main
bloodshot 4c9bf34bf3 Update client stack when block place is cancelled. Fixes BUKKIT-5284
Currently, whenever a player places a block in a protected area the
equipped itemstack size on client is never updated properly since the
client thinks the block was placed. The reason this happens is because
ItemStack.matches returns true since the server does not decrement stack
size if a BlockPlaceEvent is cancelled. To correct this on cancel we set
the flag to always update the client regardless of matching.
2014-04-18 12:52:13 -05:00
..
java Update client stack when block place is cancelled. Fixes BUKKIT-5284 2014-04-18 12:52:13 -05:00
resources Update/improve configuration documentation. 2014-02-11 00:49:07 -05:00