mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 20:56:45 +01:00
Add GLOW_BERRIES to VineGrowFlag (#3803)
This commit is contained in:
parent
81a3f1098d
commit
9b0b071c0c
@ -442,6 +442,7 @@ public class BlockEventListener implements Listener {
|
||||
case "TWISTING_VINES":
|
||||
case "CAVE_VINES":
|
||||
case "VINE":
|
||||
case "GLOW_BERRIES":
|
||||
if (!plot.getFlag(VineGrowFlag.class)) {
|
||||
plot.debug("Vine could not grow because vine-grow = false");
|
||||
event.setCancelled(true);
|
||||
|
Loading…
Reference in New Issue
Block a user