mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 10:14:42 +02:00
Merge branch 'v5' into v6
This commit is contained in:
@ -555,6 +555,7 @@ public class BlockEventListener implements Listener {
|
||||
}
|
||||
if (!plot.getFlag(IceFormFlag.class)) {
|
||||
event.setCancelled(true);
|
||||
plot.debug("Ice could not form because ice-form = false");
|
||||
}
|
||||
}
|
||||
|
||||
@ -1033,6 +1034,7 @@ public class BlockEventListener implements Listener {
|
||||
}
|
||||
} else if (!plot.getFlag(BlockIgnitionFlag.class)) {
|
||||
event.setCancelled(true);
|
||||
plot.debug("Block ignition was cancelled because block-ignition = false");
|
||||
}
|
||||
} else {
|
||||
if (plot == null) {
|
||||
|
Reference in New Issue
Block a user