Fix: handle latest-release/snapshot version id

This commit is contained in:
Mathias-Boulay 2022-11-20 17:10:24 +01:00
parent 37408f03dc
commit cc142fff20
2 changed files with 5 additions and 6 deletions

View file

@ -334,7 +334,7 @@ public class MainActivity extends BaseActivity {
JREUtils.redirectAndPrintJRELog();
LauncherProfiles.update();
Tools.launchMinecraft(this, mProfile, minecraftProfile);
Tools.launchMinecraft(this, mProfile, minecraftProfile, mVersionInfo);
}
private void checkJavaArgsIsLaunchable(String jreVersion) throws Throwable {