Code style fixes

This commit is contained in:
Shadowrs
2018-09-12 00:59:46 +01:00
parent b520e8fe7c
commit e8af65335b
@@ -83,7 +83,7 @@ public class ServerSelector extends JPanel {
return true;
}
}
System.err.println("No server config with -uuid "+Core.getQuickLaunchByUuid()+" was found to quick launch.");
System.err.println("No server config with -uuid " + Core.getQuickLaunchByUuid() + " was found to quick launch.");
}
if (initServer != null) {
@@ -94,7 +94,7 @@ public class ServerSelector extends JPanel {
return true;
}
}
System.err.println("No server config with -server "+serverName+" was found to quick launch.");
System.err.println("No server config with -server " + serverName + " was found to quick launch.");
}
return false;
}