mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-10 22:35:29 +00:00
Incremented version number / removed debug
This commit is contained in:
parent
e0b17886fb
commit
c2fff8cbd7
3 changed files with 1 additions and 9 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue