This commit is contained in:
JustArchi
2016-04-01 20:19:17 +02:00
parent 12e32692cb
commit 75b785d4b6

View File

@@ -247,7 +247,7 @@ namespace ArchiSteamFarm {
await Task.WhenAll(tasks).ConfigureAwait(false);
}
return GamesToFarm.Count != 0;
return GamesToFarm.Count > 0;
}
private void CheckPage(HtmlDocument htmlDocument) {