Fix auth for 13w41a

This commit is contained in:
Petr Mrázek
2013-10-11 16:13:01 +02:00
parent a9ceea27cc
commit f8b4c2c0b2
3 changed files with 4 additions and 2 deletions

View File

@ -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;