Added ender chest to list of blocks that should not cause ability activation

This commit is contained in:
h31ix 2012-09-30 12:48:20 -04:00
parent e29484e14b
commit 22f6ed324d

View File

@ -84,6 +84,7 @@ public class BlockChecks {
case CHEST:
case DISPENSER:
case ENCHANTMENT_TABLE:
case ENDER_CHEST:
case FENCE_GATE:
case FURNACE:
case IRON_DOOR_BLOCK: