mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-06 10:59:32 +01:00
Add comparators to USE too for consistency.
This commit is contained in:
parent
60e6f92c64
commit
b7f4262978
@ -680,6 +680,8 @@ public static boolean isUseFlagApplicable(Material material) {
|
|||||||
case TRIPWIRE: return true;
|
case TRIPWIRE: return true;
|
||||||
case DIODE_BLOCK_OFF: return true;
|
case DIODE_BLOCK_OFF: return true;
|
||||||
case DIODE_BLOCK_ON: return true;
|
case DIODE_BLOCK_ON: return true;
|
||||||
|
case REDSTONE_COMPARATOR_OFF: return true;
|
||||||
|
case REDSTONE_COMPARATOR_ON: return true;
|
||||||
case WOODEN_DOOR: return true;
|
case WOODEN_DOOR: return true;
|
||||||
case TRAP_DOOR: return true;
|
case TRAP_DOOR: return true;
|
||||||
case FENCE_GATE: return true;
|
case FENCE_GATE: return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user