Have tripwire be covered by the USE flag.

Fixes WORLDGUARD-3351.
This commit is contained in:
sk89q 2015-01-28 01:35:17 -08:00
parent deddcf8dd2
commit 6559ed5c1a

View File

@ -677,6 +677,7 @@ public static boolean isUseFlagApplicable(Material material) {
case LEVER: return true;
case STONE_BUTTON: return true;
case WOOD_BUTTON: return true;
case TRIPWIRE: return true;
case WOODEN_DOOR: return true;
case TRAP_DOOR: return true;
case FENCE_GATE: return true;