removed some e.printStack for the release

This commit is contained in:
Leonardo
2021-08-28 13:40:39 +02:00
parent f803bd58af
commit 685284f131
2 changed files with 3 additions and 6 deletions
@@ -201,12 +201,9 @@ public class LodBuilder
//levelPos.changeParameters(LodUtil.CHUNK_DETAIL_LEVEL, chunk.getPos().x, chunk.getPos().z);
lodDim.updateData(new LevelPos(LodUtil.CHUNK_DETAIL_LEVEL, chunk.getPos().x, chunk.getPos().z));
} catch (NullPointerException e)
} catch (Exception e)
{
e.printStackTrace();
} catch (ArrayIndexOutOfBoundsException e)
{
e.printStackTrace();
//e.printStackTrace();
}
}
@@ -522,7 +522,7 @@ public class LodDimension
region.getDataToRender(dataToRender, playerPosX, playerPosZ);
} catch (Exception e)
{
e.printStackTrace();
//e.printStackTrace();
}
}