temporary fix to the missing region bug

This commit is contained in:
Leonardo
2021-08-31 18:08:02 +02:00
parent 78d6481a49
commit e65579f346
3 changed files with 21 additions and 5 deletions
@@ -522,6 +522,10 @@ public class LodDimension
{
LodRegion region = getRegion(regionPos);
region.getDataToRender(dataToRender, playerPosX, playerPosZ);
} catch (NullPointerException e)
{
System.out.println(regionPos);
e.printStackTrace();
} catch (Exception e)
{
//e.printStackTrace();