This commit is contained in:
Myles 2016-03-08 21:23:57 +00:00
parent 2144fa1837
commit c71b75e13b
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@ public class NetUtil {
}
Column column = new Column(x, z, chunks, biomeData);
System.out.println("Chunk " + x + " " + z + " count: " + chunkCount);
return column;
}
}