mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-05 16:49:06 +00:00
Add -w/-world arg to client
This commit is contained in:
@@ -45,6 +45,10 @@ public final class Main {
|
||||
case "-password":
|
||||
game.myPassword = args[++i];
|
||||
break;
|
||||
case "-w":
|
||||
case "-world":
|
||||
ClientSettings.SERVER_WORLD = Integer.parseInt(args[++i]);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user