Leaf decay setting fix, whoever did this is a moron

This commit is contained in:
Esophose 2019-07-19 23:44:44 -06:00
parent 86394140e6
commit ba6ccf15dc

View File

@ -635,7 +635,7 @@ public class Block implements Listener {
if (skyblock.getWorldManager().isIslandWorld(block.getWorld())) {
if (!skyblock.getIslandManager().hasSetting(block.getLocation(), IslandRole.Owner, "LeafDecay")) {
event.setCancelled(false);
event.setCancelled(true);
}
}
}