- Remove dummy libfontconfig
- Remove MC 1.12.x check for indirect input.
- Try always indirect pipe.
This commit is contained in:
khanhduytran0 2020-11-23 05:48:54 +07:00
parent d456317389
commit 72176bc589
8 changed files with 11 additions and 24 deletions

View file

@ -118,6 +118,7 @@ public class JavaGUILauncherActivity extends LoggableActivity {
appendlnToLog("Detected Forge installer!");
new ForgeInstaller(installer).install(this);
} else {
appendlnToLog("No mod detected. Starting JVM");
isLogAllow = false;
mSkipDetectMod = true;
JREUtils.redirectAndPrintJRELog(this, null);