Incremented version number / removed debug

This commit is contained in:
boy0001
2015-07-26 01:21:59 +10:00
parent e0b17886fb
commit c2fff8cbd7
3 changed files with 1 additions and 9 deletions

View File

@ -137,12 +137,9 @@ public class Trim extends SubCommand {
int ccx2 = (pos2.getX() >> 9);
int ccz2 = (pos2.getZ() >> 9);
System.out.print(pos1);
for(int x = ccx1; x <= ccx2; x++) {
for(int z = ccz1; z <= ccz2; z++) {
chunks.remove(new ChunkLoc(x, z));
System.out.print(x + "," + z);
}
}
}