mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
Add item_type_13 (MiniProfileBackground) (#1624)
This commit is contained in:
@@ -235,7 +235,8 @@ namespace ArchiSteamFarm.Json {
|
||||
Consumable,
|
||||
ProfileModifier,
|
||||
Sticker,
|
||||
ChatEffect
|
||||
ChatEffect,
|
||||
MiniProfileBackground
|
||||
}
|
||||
}
|
||||
|
||||
@@ -671,6 +672,10 @@ namespace ArchiSteamFarm.Json {
|
||||
case "item_class_12":
|
||||
type = Asset.EType.ChatEffect;
|
||||
|
||||
break;
|
||||
case "item_class_13":
|
||||
type = Asset.EType.MiniProfileBackground;
|
||||
|
||||
break;
|
||||
default:
|
||||
ASF.ArchiLogger.LogGenericError(string.Format(Strings.WarningUnknownValuePleaseReport, nameof(tag.Value), tag.Value));
|
||||
|
||||
Reference in New Issue
Block a user