aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/auth/AuthSession.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/minecraft/auth/AuthSession.cpp')
-rw-r--r--launcher/minecraft/auth/AuthSession.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/minecraft/auth/AuthSession.cpp b/launcher/minecraft/auth/AuthSession.cpp
index 6bea74a3..2c06beaa 100644
--- a/launcher/minecraft/auth/AuthSession.cpp
+++ b/launcher/minecraft/auth/AuthSession.cpp
@@ -26,6 +26,7 @@ bool AuthSession::MakeOffline(QString offline_playername)
return false;
}
session = "-";
+ access_token = "0";
player_name = offline_playername;
status = PlayableOffline;
return true;