mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-19 13:00:12 -07:00
Refactor JREUtils.java
This commit is contained in:
parent
cfaefef96e
commit
150feccb83
3 changed files with 26 additions and 36 deletions
|
|
@ -204,7 +204,7 @@ public class BaseMainActivity extends BaseActivity {
|
|||
((mVersionInfo.inheritsFrom == null || mVersionInfo.inheritsFrom.equals(mVersionInfo.id)) ?
|
||||
"" : " (" + mVersionInfo.inheritsFrom + ")"));
|
||||
|
||||
JREUtils.redirectAndPrintJRELog(this);
|
||||
JREUtils.redirectAndPrintJRELog();
|
||||
Tools.launchMinecraft(this, mProfile, mProfile.selectedVersion);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue