Skip to content

Commit

Permalink
Have enderchests be covered by the USE flag.
Browse files Browse the repository at this point in the history
Fixes WORLDGUARD-3336.
  • Loading branch information
sk89q committed Jan 28, 2015
1 parent 6559ed5 commit ea4f4c0
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -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;
Expand Down

0 comments on commit ea4f4c0

Please sign in to comment.