mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
Misc
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user