Merge pull request #1397 from Gaming32/develop

This commit is contained in:
Sefa Eyeoglu 2023-07-18 22:47:55 +02:00 committed by GitHub
commit 3728cbb62a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ bool AuthSession::MakeOffline(QString offline_playername)
return false;
}
session = "-";
access_token = "0";
player_name = offline_playername;
status = PlayableOffline;
return true;