Have enderchests be covered by the USE flag.

Fixes WORLDGUARD-3336.
This commit is contained in:
sk89q 2015-01-28 01:36:07 -08:00
parent 6559ed5c1a
commit ea4f4c088b

View File

@ -683,6 +683,7 @@ public static boolean isUseFlagApplicable(Material material) {
case FENCE_GATE: return true;
case WORKBENCH: return true;
case ENCHANTMENT_TABLE: return true;
case ENDER_CHEST: return true;
case BEACON: return true;
case ANVIL: return true;
case WOOD_PLATE: return true;