mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-20 01:27:02 -04:00
Set java.awt.headless to always false
This commit is contained in:
@@ -87,7 +87,7 @@ public final class Tools
|
||||
ctx.appendlnToLog("AWT-enabled version detected! ("+mcReleaseDate+")");
|
||||
getCacioJavaArgs(javaArgList,false);
|
||||
}else{
|
||||
getCacioJavaArgs(javaArgList,true);
|
||||
getCacioJavaArgs(javaArgList,false); // true
|
||||
ctx.appendlnToLog("Headless version detected! ("+mcReleaseDate+")");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user