mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-09 04:20:26 +01:00
Have repeaters be covered by the USE flag.
This commit is contained in:
parent
98af7966cd
commit
60e6f92c64
@ -678,6 +678,8 @@ public static boolean isUseFlagApplicable(Material material) {
|
|||||||
case STONE_BUTTON: return true;
|
case STONE_BUTTON: return true;
|
||||||
case WOOD_BUTTON: return true;
|
case WOOD_BUTTON: return true;
|
||||||
case TRIPWIRE: return true;
|
case TRIPWIRE: return true;
|
||||||
|
case DIODE_BLOCK_OFF: return true;
|
||||||
|
case DIODE_BLOCK_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