Moves config loaded toggle to avoid unnecessary debug output
This commit is contained in:
@@ -92,6 +92,7 @@ public final class StargateConfig {
|
||||
*/
|
||||
public void finishSetup() {
|
||||
this.loadConfig();
|
||||
this.isLoaded = true;
|
||||
|
||||
//Enable the required channels for Bungee support
|
||||
if (stargateGateConfig.enableBungee()) {
|
||||
@@ -133,8 +134,6 @@ public final class StargateConfig {
|
||||
"integration is disabled.");
|
||||
DynmapManager.disable();
|
||||
}
|
||||
|
||||
this.isLoaded = true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user