This commit is contained in:
manuelgu 2016-05-29 19:38:31 +02:00
parent def33bc9ad
commit 8d6565c32c

View File

@ -780,6 +780,9 @@ public class PlayerEvents extends PlotListener implements Listener {
return;
}
Plot plot = area.getOwnedPlot(location);
if (plot == null) {
return;
}
switch (event.getSource().getType()) {
case GRASS:
if (Flags.GRASS_GROW.isFalse(plot)) {