Slightly change debug code

This commit is contained in:
James Seibel
2020-09-27 10:15:42 -05:00
parent 5d2e426089
commit c7b35c825d
@@ -69,7 +69,7 @@ public class ClientProxy extends CommonProxy
// can be used for testing only the center chunk
// if(event.getChunk().x == 0 && event.getChunk().z == 0)
// {
// LodChunk c = new LodChunk(event.getChunk());
// new LodChunk(event.getChunk());
// }
LodChunk c = new LodChunk(event.getChunk());