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