mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-04 09:10:17 +01:00
Invert leaf-decay message
This commit is contained in:
parent
4f60da292a
commit
f47561b580
@ -1097,7 +1097,7 @@ public class BlockEventListener implements Listener {
|
|||||||
Plot plot = location.getOwnedPlot();
|
Plot plot = location.getOwnedPlot();
|
||||||
if (plot == null || !plot.getFlag(LeafDecayFlag.class)) {
|
if (plot == null || !plot.getFlag(LeafDecayFlag.class)) {
|
||||||
if (plot != null) {
|
if (plot != null) {
|
||||||
plot.debug("Leaf decaying was cancelled because leaf-decay = true");
|
plot.debug("Leaf decaying was cancelled because leaf-decay = false");
|
||||||
}
|
}
|
||||||
event.setCancelled(true);
|
event.setCancelled(true);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user