mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-09 14:03:22 +00:00
more move stuff
This commit is contained in:
parent
1e8ce84769
commit
37febd40b7
4 changed files with 53 additions and 26 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue