mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2025-01-02 14:38:20 +01:00
Protect plants in flower pots via build, not just interact.
Fixes WORLDGUARD-3773.
This commit is contained in:
parent
f147402d30
commit
6e56763a7f
@ -864,7 +864,8 @@ public static boolean isConsideredBuildingIfUsed(Material type) {
|
||||
return type == Material.DIODE_BLOCK_OFF
|
||||
|| type == Material.DIODE_BLOCK_ON
|
||||
|| type == Material.REDSTONE_COMPARATOR_OFF
|
||||
|| type == Material.REDSTONE_COMPARATOR_ON;
|
||||
|| type == Material.REDSTONE_COMPARATOR_ON
|
||||
|| type == Material.FLOWER_POT;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user