Merge pull request #13 from Sebastian-byte/develop

Add newline at end of file.
This commit is contained in:
Zakhar Afonin
2021-03-27 15:04:07 +03:00
committed by GitHub

View File

@@ -42,4 +42,4 @@ bool AuthSession::MakeCracked(QString offline_playername)
player_name = offline_playername;
status = PlayableOffline;
return true;
}
}