Add deb for onBlockIgnite event

This commit is contained in:
N0tMyFaultOG
2020-09-02 17:03:56 +02:00
parent 03c889383b
commit 7a529e156d
2 changed files with 9 additions and 8 deletions

View File

@ -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) {