Handle InvalidPassword Steam screwup

Works exactly the same as TwoFactorCodeMismatch, apparently it's too hard for Valve to tell the client "hey, our password validator module is currently down and we're unable to log you in", no, "INVALID PASSWORD" is the right answer.
This commit is contained in:
JustArchi
2020-08-16 13:33:05 +02:00
parent 0c79b17163
commit 8587667e27
3 changed files with 30 additions and 6 deletions

View File

@@ -375,6 +375,15 @@ namespace ArchiSteamFarm.Localization {
}
}
/// <summary>
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Received InvalidPassword error code {0} times in a row. Your password for this account is most likely wrong, aborting!.
/// </summary>
public static string BotInvalidPasswordDuringLogin {
get {
return ResourceManager.GetString("BotInvalidPasswordDuringLogin", resourceCulture);
}
}
/// <summary>
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Bot has level {0}..
/// </summary>