mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2025-02-17 04:41:32 +01:00
Have tripwire be covered by the USE flag.
Fixes WORLDGUARD-3351.
This commit is contained in:
parent
deddcf8dd2
commit
6559ed5c1a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user