mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Derp
This commit is contained in:
@@ -389,7 +389,7 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
|
||||
Logging.LogGenericInfo("Status for " + appID + ": " + progress, Bot.BotName);
|
||||
return progress.Equals("No card drops remaining");
|
||||
return !progress.Equals("No card drops remaining");
|
||||
}
|
||||
|
||||
private bool FarmMultiple() {
|
||||
|
||||
Reference in New Issue
Block a user