mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-12 03:59:22 +00:00
aug
This commit is contained in:
parent
d2b7a74309
commit
18f53bb639
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ public class AugmentedPopulator extends BlockPopulator {
|
|||
continue;
|
||||
}
|
||||
}
|
||||
PlotHelper.setBlock(world, xx, blockInfo.y, zz, blockInfo.id, (byte) 0);
|
||||
SetBlockManager.setBlockManager.set(world, xx, blockInfo.y, zz, blockInfo.id, (byte) 0);
|
||||
}
|
||||
}
|
||||
for (final BlockPopulator populator : this.generator.getDefaultPopulators(world)) {
|
||||
|
|
Loading…
Reference in a new issue