aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-07-18 22:47:55 +0200
committerGitHub <noreply@github.com>2023-07-18 22:47:55 +0200
commit3728cbb62abf1027f6d7daaa7b3c08f15e1e8c79 (patch)
tree27b53341f1602078b7931d4163becbd9c77529f5
parent3fbc25155b71820c233ac2d8383fa5b9bd1867df (diff)
parent1fbb41f5e2c4426b1b1e469c78cfbc7e1c4d7999 (diff)
downloadPrismLauncher-3728cbb62abf1027f6d7daaa7b3c08f15e1e8c79.tar.gz
PrismLauncher-3728cbb62abf1027f6d7daaa7b3c08f15e1e8c79.tar.bz2
PrismLauncher-3728cbb62abf1027f6d7daaa7b3c08f15e1e8c79.zip
Merge pull request #1397 from Gaming32/develop
-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;