mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
Исправление линковки Avanguard
This commit is contained in:
parent
9cdc96eadb
commit
49f6316417
1 changed files with 1 additions and 0 deletions
|
@ -403,6 +403,7 @@ public static void main(String... args) throws Throwable {
|
||||||
LauncherConfig.getAutogenConfig().initModules(); //INIT
|
LauncherConfig.getAutogenConfig().initModules(); //INIT
|
||||||
Launcher.modulesManager.preInitModules();
|
Launcher.modulesManager.preInitModules();
|
||||||
if (Launcher.isUsingAvanguard()) {
|
if (Launcher.isUsingAvanguard()) {
|
||||||
|
AvanguardStarter.load();
|
||||||
AvanguardStarter.main(false);
|
AvanguardStarter.main(false);
|
||||||
}
|
}
|
||||||
checkJVMBitsAndVersion();
|
checkJVMBitsAndVersion();
|
||||||
|
|
Loading…
Reference in a new issue