mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-11-10 14:00:49 +01: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);
|
||||||
}
|
}
|
||||||
queue.flush();
|
if (queue != null) {
|
||||||
|
queue.flush();
|
||||||
|
}
|
||||||
return toReturn;
|
return toReturn;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user