mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-20 08:18:37 +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:
@@ -136,7 +136,7 @@ namespace ConfigGenerator {
|
||||
[LocalizedCategory("Advanced")]
|
||||
[Editor(typeof(FlagEnumUiEditor), typeof(UITypeEditor))]
|
||||
[JsonProperty(Required = Required.DisallowNull)]
|
||||
public ETradingPreferences TradingPreferences { get; set; } = ETradingPreferences.AcceptDonations;
|
||||
public ETradingPreferences TradingPreferences { get; set; } = ETradingPreferences.None;
|
||||
|
||||
[SuppressMessage("ReSharper", "UnusedMember.Local")]
|
||||
private BotConfig() { }
|
||||
|
||||
Reference in New Issue
Block a user