mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-07 03:11:02 +01:00
Removed leftover debug message.
This commit is contained in:
parent
cced74d4b0
commit
1a385c21d7
@ -349,7 +349,6 @@ public class MultiverseCore extends JavaPlugin implements MVPlugin, Core {
|
||||
} finally {
|
||||
config = ((wantedConfig == null) ? new MultiverseCoreConfiguration() : wantedConfig);
|
||||
}
|
||||
System.out.println(MultiverseCoreConfiguration.isSet());
|
||||
this.migrateWorldConfig();
|
||||
this.worldManager.loadWorldConfig(new File(getDataFolder(), "worlds.yml"));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user