Slightly change debug code
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user