Change default of HoursUntilCardDrops

As seen in https://www.steamgifts.com/go/comment/P7chllw
This commit is contained in:
JustArchi
2017-10-18 12:26:03 +02:00
parent 4cb0ae59dd
commit 254cd79f0a
2 changed files with 2 additions and 2 deletions

View File

@@ -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