mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-20 13:30:15 -07:00
(3/?) move session id filter
This commit is contained in:
parent
1598b2c995
commit
ab8c1e74e4
1 changed files with 1 additions and 1 deletions
|
|
@ -904,7 +904,7 @@ public class BaseMainActivity extends LoggableActivity {
|
||||||
((mVersionInfo.inheritsFrom == null || mVersionInfo.inheritsFrom.equals(mVersionInfo.id)) ?
|
((mVersionInfo.inheritsFrom == null || mVersionInfo.inheritsFrom.equals(mVersionInfo.id)) ?
|
||||||
"" : " (" + mVersionInfo.inheritsFrom + ")"));
|
"" : " (" + mVersionInfo.inheritsFrom + ")"));
|
||||||
|
|
||||||
JREUtils.redirectAndPrintJRELog(this, mProfile.accessToken);
|
JREUtils.redirectAndPrintJRELog(this);
|
||||||
Tools.launchMinecraft(this, mProfile, mProfile.selectedVersion);
|
Tools.launchMinecraft(this, mProfile, mProfile.selectedVersion);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue