mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
Add more debugs
This commit is contained in:
parent
7a529e156d
commit
d19dde2f85
1 changed files with 1 additions and 0 deletions
|
@ -530,6 +530,7 @@ public class BlockEventListener implements Listener {
|
||||||
}
|
}
|
||||||
if (!plot.getFlag(IceFormFlag.class)) {
|
if (!plot.getFlag(IceFormFlag.class)) {
|
||||||
event.setCancelled(true);
|
event.setCancelled(true);
|
||||||
|
plot.debug("Ice could not form because ice-form = false");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue