mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
Add -uuid flag as an alternative to -server quicklaunch arg
This commit is contained in:
@@ -135,6 +135,9 @@ public final class Landing {
|
||||
case "-no_validation":
|
||||
Core.disableValidation();
|
||||
break;
|
||||
case "-uuid":
|
||||
Core.quickLaunchByUuid = Integer.parseInt(args[++i]);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user