mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-07 08:39:12 +00:00
Code style fixes
This commit is contained in:
@@ -83,7 +83,7 @@ public class ServerSelector extends JPanel {
|
|||||||
return true;
|
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) {
|
if (initServer != null) {
|
||||||
@@ -94,7 +94,7 @@ public class ServerSelector extends JPanel {
|
|||||||
return true;
|
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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user