mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Misc
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user