fix minor sapling issues

This commit is contained in:
dfsek
2021-02-07 22:15:42 -07:00
parent f8cf61e281
commit d5de91a864

View File

@@ -42,6 +42,7 @@ public class CommonListener implements Listener {
@EventHandler
public void onSaplingGrow(StructureGrowEvent e) {
if(e.isCancelled()) return;
World bukkit = BukkitAdapter.adapt(e.getWorld());
if(!TerraWorld.isTerraWorld(bukkit)) return;
TerraWorld tw = main.getWorld(bukkit);