mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-04 08:39:05 +00:00
865ef4ed29
* Process client arguments, Auto login 1st argument = server IP 2nd argument = username 3rd argument = password * Simplify * Fixup server XP rate
6 lines
135 B
Java
6 lines
135 B
Java
public final class Client {
|
|
public static void main(String[] args) {
|
|
ClientSettings.SERVER_IP = "localhost";
|
|
Main.main(args);
|
|
}
|
|
} |