mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Misc
This commit is contained in:
@@ -353,14 +353,8 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
}
|
||||
|
||||
if ((classIDsToGive.Count == 0) && (classIDsToReceive.Count == 0)) {
|
||||
Bot.ArchiLogger.LogGenericTrace(string.Format(Strings.ErrorIsEmpty, nameof(classIDsToGive)));
|
||||
|
||||
if (++emptyMatches >= MaxMatchesBotsSoft) {
|
||||
Bot.ArchiLogger.LogGenericInfo(string.Format(Strings.ActivelyMatchingItemsRound, skippedSetsThisRound.Count));
|
||||
return skippedSetsThisRound.Count > 0;
|
||||
}
|
||||
|
||||
if (skippedSetsThisUser.Count == 0) {
|
||||
Bot.ArchiLogger.LogGenericTrace(string.Format(Strings.ErrorIsEmpty, nameof(skippedSetsThisUser)));
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -396,6 +390,10 @@ namespace ArchiSteamFarm {
|
||||
triedSteamIDs[listedUser.SteamID] = byte.MaxValue;
|
||||
}
|
||||
|
||||
if (++emptyMatches >= MaxMatchesBotsSoft) {
|
||||
break;
|
||||
}
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user