more move stuff

This commit is contained in:
boy0001 2015-02-16 01:31:24 +11:00
parent 1e8ce84769
commit 37febd40b7
4 changed files with 53 additions and 26 deletions

View file

@ -290,7 +290,7 @@ public class ClusterManager {
if (populator == null || plotworld.TYPE == 0) {
AbstractSetBlock.setBlockManager.update(Arrays.asList( new Chunk[] {chunk}));
world.regenerateChunk(chunk.getX(), chunk.getZ());
chunk.unload(true, false);
chunk.unload(true, true);
}
else {
populator.populate(world, rand, chunk);