mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 08:39:04 +00:00
Process client arguments, Auto login option (#506)
* Process client arguments, Auto login 1st argument = server IP 2nd argument = username 3rd argument = password * Simplify * Fixup server XP rate
This commit is contained in:
@@ -7274,6 +7274,9 @@ public class Game extends RSApplet {
|
||||
Animable_Sub5.clientInstance = this;
|
||||
ObjectDef.clientInstance = this;
|
||||
EntityDef.clientInstance = this;
|
||||
|
||||
if (myUsername != "" && myPassword != "")
|
||||
login(myUsername, myPassword, false);
|
||||
return;
|
||||
} catch (Exception exception) {
|
||||
Signlink.reporterror("loaderror " + aString1049 + " " + anInt1079);
|
||||
|
||||
Reference in New Issue
Block a user