mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-06 00:08:10 +07:00
make launch args easily accessible (desktop) (#10802)
* make launch args easily accessible * staticnt
This commit is contained in:
@ -30,6 +30,8 @@ import static mindustry.Vars.*;
|
||||
|
||||
public class DesktopLauncher extends ClientLauncher{
|
||||
public final static long discordID = 610508934456934412L;
|
||||
public final String[] args;
|
||||
|
||||
boolean useDiscord = !OS.hasProp("nodiscord"), loadError = false;
|
||||
Throwable steamError;
|
||||
|
||||
@ -72,6 +74,8 @@ public class DesktopLauncher extends ClientLauncher{
|
||||
}
|
||||
|
||||
public DesktopLauncher(String[] args){
|
||||
this.args = args;
|
||||
|
||||
Version.init();
|
||||
boolean useSteam = Version.modifier.contains("steam");
|
||||
testMobile = Seq.with(args).contains("-testMobile");
|
||||
|
Reference in New Issue
Block a user