mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 10:14:42 +02: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);
|
Chunk chunk = world.getChunkAt(X, Z);
|
||||||
populator.populate(world, this.r, chunk);
|
populator.populate(world, this.r, chunk);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user