mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Add return
This commit is contained in:
parent
617abf89e6
commit
a2db2e8268
@ -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 New Issue
Block a user