Skip to content

Commit 75b785d

Browse files
committed
Misc
1 parent 12e3269 commit 75b785d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ArchiSteamFarm/CardsFarmer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ private async Task<bool> IsAnythingToFarm() {
247247
await Task.WhenAll(tasks).ConfigureAwait(false);
248248
}
249249

250-
return GamesToFarm.Count != 0;
250+
return GamesToFarm.Count > 0;
251251
}
252252

253253
private void CheckPage(HtmlDocument htmlDocument) {

0 commit comments

Comments
 (0)