Add todo for loading worlds

This commit is contained in:
Ben Woo 2023-08-31 15:17:51 +08:00
parent 54c8bac3d3
commit aa412b1060
No known key found for this signature in database
GPG Key ID: FB2A3645536E12C8
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ public class MultiverseCore extends JavaPlugin implements MVCore {
}
var newWorldManager = newWorldManagerProvider.get();
newWorldManager.loadAllWorlds();
newWorldManager.loadAllWorlds(); // TODO: Possibly move this to constructor of WorldManager
//Setup economy here so vault is loaded
this.loadEconomist();