mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
Fix augmented generator not clearing column
This commit is contained in:
parent
645c5fb529
commit
cd9d22cb9b
@ -130,7 +130,7 @@ public class AugmentedUtils {
|
|||||||
for (int x = bxx; x <= txx; x++) {
|
for (int x = bxx; x <= txx; x++) {
|
||||||
for (int z = bzz; z <= tzz; z++) {
|
for (int z = bzz; z <= tzz; z++) {
|
||||||
for (int y = 1; y < 128; y++) {
|
for (int y = 1; y < 128; y++) {
|
||||||
queue.setBlock(x, y, z, air);
|
queue.setBlock(bx + x, y, bz + z, air);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user