mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 19:50:38 +00:00
Potential fix for terrain 3 worlds.
This commit is contained in:
parent
3fabfa10d7
commit
f6fec56677
1 changed files with 3 additions and 1 deletions
|
@ -140,7 +140,9 @@ public class AugmentedUtils {
|
|||
generator.generateChunk(scoped, area, r);
|
||||
generator.populateChunk(scoped, area, r);
|
||||
}
|
||||
if (queue != null) {
|
||||
queue.flush();
|
||||
}
|
||||
return toReturn;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue