Add steam offline mode and change steam_appid.txt priority.

This commit is contained in:
Mr_Goldberg 2019-04-21 16:47:45 -04:00
parent 5cf841c603
commit 5af7508e2f
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
5 changed files with 28 additions and 8 deletions

View file

@ -74,7 +74,7 @@ HSteamUser GetHSteamUser()
bool BLoggedOn()
{
PRINT_DEBUG("BLoggedOn\n");
return true;
return !settings->is_offline();
}
// returns the CSteamID of the account currently logged into the Steam client