Fix auth for 13w41a
This commit is contained in:
parent
a9ceea27cc
commit
f8b4c2c0b2
3 changed files with 4 additions and 2 deletions
|
@ -60,6 +60,7 @@ QStringList OneSixInstance::processMinecraftArgs(LoginResponse response)
|
|||
// yggdrasil!
|
||||
token_mapping["auth_username"] = response.username;
|
||||
token_mapping["auth_session"] = response.session_id;
|
||||
token_mapping["auth_access_token"] = response.access_token;
|
||||
token_mapping["auth_player_name"] = response.player_name;
|
||||
token_mapping["auth_uuid"] = response.player_id;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue