This commit is contained in:
boy0001 2015-02-20 17:57:25 +11:00
parent d2b7a74309
commit 18f53bb639

View File

@ -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)) {