Protect plants in flower pots via build, not just interact.

Fixes WORLDGUARD-3773.
This commit is contained in:
wizjany 2016-12-03 13:51:34 -05:00
parent f147402d30
commit 6e56763a7f

View File

@ -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;
}
/**