We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1087c01 commit fea76a3Copy full SHA for fea76a3
ArchiSteamFarm/CardsFarmer.cs
@@ -389,7 +389,7 @@ private void CheckGamesForFarming() {
389
}
390
391
Logging.LogGenericInfo("Status for " + appID + ": " + progress, Bot.BotName);
392
- return progress.Equals("No card drops remaining");
+ return !progress.Equals("No card drops remaining");
393
394
395
private bool FarmMultiple() {
0 commit comments