Removed OUTFIT_UNKs from props_t. (#2258)

This commit is contained in:
gir489
2023-10-12 18:12:10 -04:00
committed by GitHub
parent 94838af288
commit 2efc2f6755
2 changed files with 2 additions and 7 deletions

View File

@ -108,10 +108,9 @@ namespace big
j_props[std::to_string(item.id)] = tmp;
}
head_blend_data blend_data{};
if (model == RAGE_JOAAT("mp_m_freemode_01") || model == RAGE_JOAAT("mp_f_freemode_01"))
{
head_blend_data blend_data{};
PED::GET_PED_HEAD_BLEND_DATA(self::ped, (Any*)&blend_data);
j["blend_data"] = blend_data;
}