mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-20 13:30:15 -07:00
Fix an error that prevents users
This commit is contained in:
parent
aabc278f05
commit
be621f7732
1 changed files with 2 additions and 1 deletions
|
|
@ -808,7 +808,8 @@ public class PojavLoginActivity extends BaseActivity
|
|||
builder.clientToken = result[2];
|
||||
builder.profileId = result[3];
|
||||
builder.username = result[4];
|
||||
|
||||
builder.selectedVersion = "1.12.2";
|
||||
|
||||
mProfile = builder;
|
||||
}
|
||||
v.setEnabled(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue