Remove debug string
This commit is contained in:
parent
6cb75406cb
commit
dc355679f4
1 changed files with 0 additions and 2 deletions
|
@ -70,8 +70,6 @@ public class MapStack implements BiomeMap {
|
|||
}
|
||||
|
||||
private void onChunkCreation(int cx, int cz, int side) {
|
||||
System.out.println("Creation " + cx + " " + cz);
|
||||
|
||||
BCLBiome[][] biomeMap = new BCLBiome[side][side];
|
||||
BiomeChunk[] chunks = new BiomeChunk[maps.length];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue