Skip to content

Commit

Permalink
Merge pull request #1 from Rezi727/Rezi727-patch-1
Browse files Browse the repository at this point in the history
Update SteamLoginHandler.cs
  • Loading branch information
Rezi727 authored Jun 8, 2020
2 parents 7b34c7a + d9e500c commit ac40515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steam-dropler/Steam/SteamLoginHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ void OnLoggedOn(SteamUser.LoggedOnCallback callback)
_steamAccount.LoginKey = null;
_steamAccount.Save();
}
else if (callback.Result == EResult.NoConnection)
else if (callback.Result == EResult.NoConnection || callback.Result == EResult.RateLimitExceeded)
{
SteamServerList.SetBadServer(_serverRecord);
_serverRecord = SteamServerList.GetServerRecord();
Expand Down

0 comments on commit ac40515

Please sign in to comment.