Add -uuid flag as an alternative to -server quicklaunch arg

This commit is contained in:
Shadowrs
2018-08-28 14:35:51 +01:00
parent 82f3224c36
commit 812e2daa3b
5 changed files with 28 additions and 6 deletions
+3
View File
@@ -135,6 +135,9 @@ public final class Landing {
case "-no_validation":
Core.disableValidation();
break;
case "-uuid":
Core.quickLaunchByUuid = Integer.parseInt(args[++i]);
break;
}
}
}