mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-19 21:10:11 -07:00
Update the version list to support some custom versions
This commit is contained in:
parent
baf474c9f2
commit
73858f8ec4
2 changed files with 8 additions and 7 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue