mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 11:40:41 +00:00
Fix augmented generator not clearing column
This commit is contained in:
parent
645c5fb529
commit
cd9d22cb9b
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ public class AugmentedUtils {
|
|||
for (int x = bxx; x <= txx; x++) {
|
||||
for (int z = bzz; z <= tzz; z++) {
|
||||
for (int y = 1; y < 128; y++) {
|
||||
queue.setBlock(x, y, z, air);
|
||||
queue.setBlock(bx + x, y, bz + z, air);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue