This commit is contained in:
JustArchi
2016-09-21 15:37:39 +02:00
parent 43ce5eb257
commit 3548411cda

View File

@@ -1945,6 +1945,7 @@ namespace ArchiSteamFarm {
break;
case EResult.InvalidPassword:
case EResult.RateLimitExceeded:
InvalidPassword = true;
Logging.LogGenericWarning("Unable to login to Steam: " + callback.Result + " / " + callback.ExtendedResult, BotName);
break;