-
Notifications
You must be signed in to change notification settings - Fork 147
Description
I think There is new properties in link.
Orginal link in inventory like
steam://run/730//+csgo_econ_action_preview%20%propid:6%
this propid is added to user inventory as asset_properties section
like this one;
"asset_properties":[
{
"propertyid":"1",
"int_value":"785",
"name":"Pattern Template"
},
{
"propertyid":"2",
"float_value":"0.351367473602294922",
"name":"Wear Rating"
},
{
"propertyid":"6",
"string_value":"7262F683C9A4C8736A7B52B0785A7742764A82BEBD877132E3741A7C027668718E5A",
"name":"Item Certificate"
}
],
so when you replace propid:6 to orjinal text. new link will turn like;
steam://run/730//+csgo_econ_action_preview%207262F683C9A4C8736A7B52B0785A7742764A82BEBD877132E3741A7C027668718E5A
this is work in orjinal game. but it doenst work our api because of new link style.
need some update for code