Update the version list to support some custom versions

This commit is contained in:
ArtDev 2021-01-31 20:53:25 +03:00
parent baf474c9f2
commit 73858f8ec4
2 changed files with 8 additions and 7 deletions

View file

@ -891,7 +891,7 @@ public class BaseMainActivity extends LoggableActivity {
// appendlnToLog("Info: Custom Java arguments: \"" + LauncherPreferences.PREF_CUSTOM_JAVA_ARGS + "\"");
JREUtils.redirectAndPrintJRELog(this, mProfile.accessToken);
Tools.launchMinecraft(this, mProfile, mVersionInfo);
Tools.launchMinecraft(this, mProfile, mProfile.selectedVersion);
}
private void checkJavaArgsIsLaunchable(String jreVersion) throws Throwable {