mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Change default of HoursUntilCardDrops
As seen in https://www.steamgifts.com/go/comment/P7chllw
This commit is contained in:
@@ -82,7 +82,7 @@ namespace ArchiSteamFarm {
|
||||
|
||||
#pragma warning disable 649
|
||||
[JsonProperty(Required = Required.DisallowNull)]
|
||||
internal readonly byte HoursUntilCardDrops = 2;
|
||||
internal readonly byte HoursUntilCardDrops = 3;
|
||||
#pragma warning restore 649
|
||||
|
||||
#pragma warning disable 649
|
||||
|
||||
Reference in New Issue
Block a user