aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/auth/AuthSession.cpp
diff options
context:
space:
mode:
authorTheKodeToad <TheKodeToad@proton.me>2023-07-19 12:51:26 +0100
committerGitHub <noreply@github.com>2023-07-19 12:51:26 +0100
commitf55120654aed5244040e1de59707b176bb816405 (patch)
tree5783871f6b2ff9c230dc071875fe047896bedd2a /launcher/minecraft/auth/AuthSession.cpp
parent44ca7c7d22f89d28bc9026700c8e0f8efe89b668 (diff)
parent593f45298614843c14acb11994320f90a474c750 (diff)
downloadPrismLauncher-f55120654aed5244040e1de59707b176bb816405.tar.gz
PrismLauncher-f55120654aed5244040e1de59707b176bb816405.tar.bz2
PrismLauncher-f55120654aed5244040e1de59707b176bb816405.zip
Merge branch 'PrismLauncher:develop' into icon-indexing
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;