Open Terrain Generator (OTG)

Open Terrain Generator (OTG)

10M Downloads

OTG + BiomeBundle + TF (Still crash)

Snez0K opened this issue ยท 2 comments

commented

Here my crashlog pls help: https://pastebin.com/Kq5Fd3Ch
I will open tikets Biome Bundle and TF too.

commented

same issue as #185

adding a null check between those two lines fixed the issue for me:

ForgeWorld playerWorld = (ForgeWorld)((ForgeEngine)OTG.getEngine()).getWorld(player.world);
WorldConfig worldConfig = playerWorld.getConfigs().getWorldConfig();

if(playerWorld == null || playerWorld.getConfigs() == null) return;

commented

Hey, thanks for reporting this. Has been fixed for v7.