mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-03 23:11:57 +03:00
Fix Support 1.18
This commit is contained in:
parent
9c289cd1cb
commit
d346840548
1 changed files with 3 additions and 2 deletions
|
@ -85,6 +85,7 @@ public void run() throws Exception {
|
|||
if(Request.isAvailable() && Request.getRequestService() instanceof AutoCloseable) {
|
||||
((AutoCloseable) Request.getRequestService()).close();
|
||||
}
|
||||
}
|
||||
}
|
||||
if(wrapper.profile != null && wrapper.profile.getVersion().compareTo(ClientProfile.Version.MC118) >= 0) {
|
||||
LogHelper.info("Switch to alternative start mode (1.18)");
|
||||
|
@ -92,7 +93,7 @@ public void run() throws Exception {
|
|||
wrapper.config.classLoaderConfig = ClientProfile.ClassLoaderConfig.LAUNCHER;
|
||||
altMode = true;
|
||||
}
|
||||
}
|
||||
|
||||
wrapper.saveConfig();
|
||||
LogHelper.info("Generate start script");
|
||||
Path startScript;
|
||||
|
|
Loading…
Reference in a new issue