Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Apr 8, 2024
1 parent 2eda952 commit 68ee647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArchiSteamFarm/Steam/Cards/CardsFarmer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public sealed class CardsFarmer : IAsyncDisposable, IDisposable {
public TimeSpan TimeRemaining {
get {
if (GamesToFarm.Count == 0) {
return new TimeSpan(0);
return TimeSpan.Zero;
}

byte hoursRequired = Bot.BotConfig.HoursUntilCardDrops;
Expand Down

0 comments on commit 68ee647

Please sign in to comment.