mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
Add return
This commit is contained in:
parent
617abf89e6
commit
a2db2e8268
1 changed files with 1 additions and 0 deletions
|
@ -996,6 +996,7 @@ public class Plot {
|
|||
@Override public void run() {
|
||||
if (regions.isEmpty()) {
|
||||
TaskManager.runTask(whenDone);
|
||||
return;
|
||||
}
|
||||
CuboidRegion region = regions.poll();
|
||||
RegionManager.manager.setBiome(region, extendBiome, biome, getWorldName(), this);
|
||||
|
|
Loading…
Reference in a new issue