mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-08-26 15:55:35 +02:00
Potential fix for terrain 3 worlds.
This commit is contained in:
@@ -140,7 +140,9 @@ public class AugmentedUtils {
|
|||||||
generator.generateChunk(scoped, area, r);
|
generator.generateChunk(scoped, area, r);
|
||||||
generator.populateChunk(scoped, area, r);
|
generator.populateChunk(scoped, area, r);
|
||||||
}
|
}
|
||||||
|
if (queue != null) {
|
||||||
queue.flush();
|
queue.flush();
|
||||||
|
}
|
||||||
return toReturn;
|
return toReturn;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user