mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Potential fix for terrain 3 worlds.
This commit is contained in:
parent
3fabfa10d7
commit
f6fec56677
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user