mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-12 01:21:09 -07:00
Fix: handle latest-release/snapshot version id
This commit is contained in:
parent
37408f03dc
commit
cc142fff20
2 changed files with 5 additions and 6 deletions
|
|
@ -334,7 +334,7 @@ public class MainActivity extends BaseActivity {
|
|||
JREUtils.redirectAndPrintJRELog();
|
||||
|
||||
LauncherProfiles.update();
|
||||
Tools.launchMinecraft(this, mProfile, minecraftProfile);
|
||||
Tools.launchMinecraft(this, mProfile, minecraftProfile, mVersionInfo);
|
||||
}
|
||||
|
||||
private void checkJavaArgsIsLaunchable(String jreVersion) throws Throwable {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue