diff options
| author | TheKodeToad <TheKodeToad@proton.me> | 2023-07-19 12:51:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-19 12:51:26 +0100 |
| commit | f55120654aed5244040e1de59707b176bb816405 (patch) | |
| tree | 5783871f6b2ff9c230dc071875fe047896bedd2a /launcher/minecraft/auth/AuthSession.cpp | |
| parent | 44ca7c7d22f89d28bc9026700c8e0f8efe89b668 (diff) | |
| parent | 593f45298614843c14acb11994320f90a474c750 (diff) | |
| download | PrismLauncher-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.cpp | 1 |
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; |
