mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Closes #1559
This commit is contained in:
@@ -210,7 +210,8 @@ namespace ArchiSteamFarm.Json {
|
||||
SteamGems,
|
||||
SaleItem,
|
||||
Consumable,
|
||||
ProfileModifier
|
||||
ProfileModifier,
|
||||
Sticker
|
||||
}
|
||||
}
|
||||
|
||||
@@ -634,6 +635,10 @@ namespace ArchiSteamFarm.Json {
|
||||
case "item_class_10":
|
||||
type = Asset.EType.SaleItem;
|
||||
|
||||
break;
|
||||
case "item_class_11":
|
||||
type = Asset.EType.Sticker;
|
||||
|
||||
break;
|
||||
default:
|
||||
ASF.ArchiLogger.LogGenericError(string.Format(Strings.WarningUnknownValuePleaseReport, nameof(tag.Value), tag.Value));
|
||||
|
||||
Reference in New Issue
Block a user