mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 11:13:45 +01:00 
			
		
		
		
	Fixed augmented data population
This commit is contained in:
		@@ -282,7 +282,7 @@ public class AugmentedPopulator extends BlockPopulator {
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        for (final BlockPopulator populator : this.generator.getDefaultPopulators(world)) {
 | 
			
		||||
        for (final BlockPopulator populator : this.generator.getPopulators(world.getName())) {
 | 
			
		||||
            Chunk chunk = world.getChunkAt(X, Z);
 | 
			
		||||
            populator.populate(world, this.r, chunk);
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user