mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
NOISSUE proper fix for missing profile + demo mode
This commit is contained in:
parent
3efcccf334
commit
94fdf13f4a
6 changed files with 54 additions and 32 deletions
|
|
@ -30,3 +30,8 @@ bool AuthSession::MakeOffline(QString offline_playername)
|
|||
status = PlayableOffline;
|
||||
return true;
|
||||
}
|
||||
|
||||
void AuthSession::MakeDemo() {
|
||||
player_name = "Player";
|
||||
demo = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue