mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-23 11:06:13 +01:00
Have enderchests be covered by the USE flag.
Fixes WORLDGUARD-3336.
This commit is contained in:
parent
6559ed5c1a
commit
ea4f4c088b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user