13
0
geforkt von Mirrors/Paper

Remove now redundant code

Dieser Commit ist enthalten in:
md_5 2016-11-18 09:14:51 +11:00
Ursprung 64032adfd2
Commit b2f82f0f7f

Datei anzeigen

@ -220,10 +220,6 @@ public class CraftEventFactory {
}
BlockFace blockFace = CraftBlock.notchToBlockFace(direction);
if (itemInHand.getType() == Material.AIR || itemInHand.getAmount() == 0) {
itemInHand = null;
}
PlayerInteractEvent event = new PlayerInteractEvent(player, action, itemInHand, blockClicked, blockFace, (hand == null) ? null : ((hand == EnumHand.OFF_HAND) ? EquipmentSlot.OFF_HAND : EquipmentSlot.HAND));
if (cancelledBlock) {
event.setUseInteractedBlock(Event.Result.DENY);