mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 09:01:08 +03:00
[FIX] Удалены остатки Avanguard.
This commit is contained in:
parent
2b8a7f4946
commit
7107b6e593
1 changed files with 0 additions and 2 deletions
|
@ -356,8 +356,6 @@ public static Process launch(
|
||||||
context.args.add(JVMHelper.jvmProperty("os.name", "Windows 10"));
|
context.args.add(JVMHelper.jvmProperty("os.name", "Windows 10"));
|
||||||
context.args.add(JVMHelper.jvmProperty("os.version", "10.0"));
|
context.args.add(JVMHelper.jvmProperty("os.version", "10.0"));
|
||||||
}
|
}
|
||||||
context.args.add(JVMHelper.systemToJvmProperty("avn32"));
|
|
||||||
context.args.add(JVMHelper.systemToJvmProperty("avn64"));
|
|
||||||
}
|
}
|
||||||
// Add classpath and main class
|
// Add classpath and main class
|
||||||
String pathLauncher = IOHelper.getCodeSource(ClientLauncher.class).toString();
|
String pathLauncher = IOHelper.getCodeSource(ClientLauncher.class).toString();
|
||||||
|
|
Loading…
Reference in a new issue