mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-26 12:35:39 +01:00
Add todo for loading worlds
This commit is contained in:
parent
54c8bac3d3
commit
aa412b1060
@ -129,7 +129,7 @@ public class MultiverseCore extends JavaPlugin implements MVCore {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var newWorldManager = newWorldManagerProvider.get();
|
var newWorldManager = newWorldManagerProvider.get();
|
||||||
newWorldManager.loadAllWorlds();
|
newWorldManager.loadAllWorlds(); // TODO: Possibly move this to constructor of WorldManager
|
||||||
|
|
||||||
//Setup economy here so vault is loaded
|
//Setup economy here so vault is loaded
|
||||||
this.loadEconomist();
|
this.loadEconomist();
|
||||||
|
Loading…
Reference in New Issue
Block a user