mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Modify TradingPreferences default to None
Since introducing automated API keys, we do not want to make AcceptDonations the default option. Existing configs will not be changed anyway.
This commit is contained in:
@@ -108,7 +108,7 @@ namespace ArchiSteamFarm {
|
||||
internal readonly string SteamTradeToken = null;
|
||||
|
||||
[JsonProperty(Required = Required.DisallowNull)]
|
||||
internal readonly ETradingPreferences TradingPreferences = ETradingPreferences.AcceptDonations;
|
||||
internal readonly ETradingPreferences TradingPreferences = ETradingPreferences.None;
|
||||
|
||||
[JsonProperty]
|
||||
internal string SteamLogin { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user