mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
Add deb for onBlockIgnite event
This commit is contained in:
@ -1030,6 +1030,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