Fix an error that prevents users

This commit is contained in:
artdeell 2020-12-30 21:17:20 +03:00
parent aabc278f05
commit be621f7732

View File

@ -808,6 +808,7 @@ public class PojavLoginActivity extends BaseActivity
builder.clientToken = result[2];
builder.profileId = result[3];
builder.username = result[4];
builder.selectedVersion = "1.12.2";
mProfile = builder;
}