OTG + BiomeBundle + TF (Still crash)
Snez0K opened this issue ยท 2 comments
Here my crashlog pls help: https://pastebin.com/Kq5Fd3Ch
I will open tikets Biome Bundle and TF too.
same issue as #185
adding a null check between those two lines fixed the issue for me:
if(playerWorld == null || playerWorld.getConfigs() == null) return;