Add info arg again

This commit is contained in:
khanhduytran0 2020-09-30 05:44:39 +07:00
parent 8053a8b013
commit 44c0d260bf

View file

@ -961,6 +961,7 @@ public class MainActivity extends LoggableActivity implements OnTouchListener, O
checkLWJGL3Installed();
checkJavaArchitecture();
// checkJavaArgsIsLaunchable();
appendlnToLog("Info: Custom Java arguments: \"" + LauncherPreferences.PREF_CUSTOM_JAVA_ARGS + "\"");
JREUtils.redirectAndPrintJRELog(this);
Tools.launchMinecraft(this, mProfile, mVersionInfo);