Minorly improve spacing

This commit is contained in:
James Seibel
2021-02-13 10:05:53 -06:00
parent ce1bfde49e
commit de67a80809
2 changed files with 0 additions and 3 deletions
@@ -346,7 +346,6 @@ public class LodChunk
{
for(int y = CHUNK_DATA_WIDTH - 1; y >= 0; y--)
{
if(isLayerValidLodPoint(data, startX, endX, startZ, endZ, i, y))
{
// we found
@@ -355,7 +354,6 @@ public class LodChunk
// LOD point
return (short) (y + (i * CHUNK_DATA_HEIGHT));
}
} // y
} // data
@@ -161,7 +161,6 @@ public class ClientProxy extends CommonProxy
{
Minecraft mc = Minecraft.getMinecraft();
// don't try to create an LOD object
// if for some reason we aren't
// given a valid chunk object