mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-19 09:39:25 -04:00
(2/?) move session id filter
This commit is contained in:
parent
2af8f54687
commit
1598b2c995
@ -283,7 +283,7 @@ public class JavaGUILauncherActivity extends LoggableActivity implements View.On
|
|||||||
}
|
}
|
||||||
|
|
||||||
public int launchJavaRuntime(File modFile, String javaArgs) {
|
public int launchJavaRuntime(File modFile, String javaArgs) {
|
||||||
JREUtils.redirectAndPrintJRELog(this, null);
|
JREUtils.redirectAndPrintJRELog(this);
|
||||||
try {
|
try {
|
||||||
jreReleaseList = JREUtils.readJREReleaseProperties();
|
jreReleaseList = JREUtils.readJREReleaseProperties();
|
||||||
List<String> javaArgList = new ArrayList<String>();
|
List<String> javaArgList = new ArrayList<String>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user