mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 19:50:38 +00:00
Fixes #1117
This commit is contained in:
parent
1ece792e2b
commit
78796ca7b4
1 changed files with 1 additions and 0 deletions
|
@ -331,6 +331,7 @@ public class SpongeMain implements IPlotMain {
|
|||
setup.step = new ConfigurationNode[0];
|
||||
setup.world = worldName;
|
||||
SetupUtils.manager.setupWorld(setup);
|
||||
world = SpongeUtil.getWorld(worldName);
|
||||
} else {
|
||||
throw new IllegalArgumentException("World already loaded: " + worldName + "???");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue