mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Change default of HoursUntilCardDrops
As seen in https://www.steamgifts.com/go/comment/P7chllw
This commit is contained in:
parent
4cb0ae59dd
commit
254cd79f0a
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"FarmOffline": false,
|
||||
"GamesPlayedWhileIdle": [],
|
||||
"HandleOfflineMessages": false,
|
||||
"HoursUntilCardDrops": 2,
|
||||
"HoursUntilCardDrops": 3,
|
||||
"IdleRefundableGames": true,
|
||||
"IsBotAccount": false,
|
||||
"LootableTypes": [
|
||||
|
|
Loading…
Reference in a new issue