diff --git a/ArchiSteamFarm/Steam/Bot.cs b/ArchiSteamFarm/Steam/Bot.cs index 5f8d6a502..43f2e4852 100644 --- a/ArchiSteamFarm/Steam/Bot.cs +++ b/ArchiSteamFarm/Steam/Bot.cs @@ -3760,6 +3760,11 @@ public sealed class Bot : IAsyncDisposable, IDisposable { } switch (result) { + case EResult.Blocked: + // No point in retrying, those failures are permanent + ArchiLogger.LogGenericWarning(string.Format(CultureInfo.CurrentCulture, Strings.WarningFailedWithError, result)); + + return false; case EResult.Busy: case EResult.Fail: case EResult.LimitExceeded: