Make Launch Offline not launch online in 1.6+

Signed-off-by: Josiah Glosson <soujournme@gmail.com>
This commit is contained in:
Josiah Glosson 2023-07-17 17:07:06 -05:00 committed by GitHub
parent 01afa8957f
commit 1fbb41f5e2
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;