mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2025-01-09 19:48:37 +01:00
fix refreshing mojang account
This commit is contained in:
parent
a5f8cf74db
commit
57643283ec
@ -131,7 +131,7 @@ export class MojangAccount extends McAccount {
|
||||
this.accessToken = json.accessToken;
|
||||
this.clientToken = json.clientToken;
|
||||
this.name = json.selectedProfile.name;
|
||||
this.id = json.id;
|
||||
this.id = json.selectedProfile.id;
|
||||
saveRefreshAccounts();
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user