mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Don't put foil cards by default in matchable types, #586
This commit is contained in:
@@ -94,7 +94,6 @@ namespace ArchiSteamFarm {
|
||||
|
||||
[JsonProperty(ObjectCreationHandling = ObjectCreationHandling.Replace, Required = Required.DisallowNull)]
|
||||
internal readonly HashSet<Steam.Item.EType> MatchableTypes = new HashSet<Steam.Item.EType> {
|
||||
Steam.Item.EType.FoilTradingCard,
|
||||
Steam.Item.EType.TradingCard
|
||||
};
|
||||
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
5
|
||||
],
|
||||
"MatchableTypes": [
|
||||
3,
|
||||
5
|
||||
],
|
||||
"PasswordFormat": 0,
|
||||
|
||||
Reference in New Issue
Block a user