mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 03:03:43 +01:00 
			
		
		
		
	Fix augmented generator not clearing column
This commit is contained in:
		@@ -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);
 | 
			
		||||
                        }
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user