mirror of
https://github.com/4sval/FModel.git
synced 2026-08-25 02:44:29 -05:00
Restore the fix when there is no featured, removed in 327aec7a75
This commit is contained in:
@@ -232,6 +232,10 @@ namespace FModel
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
// There is no featured image (as legends pack, shadow pack...)
|
||||
if (string.IsNullOrEmpty(ItemIconPath) || ItemIconPath.Contains("T_Placeholder_Item_Outfit"))
|
||||
GetItemIcon(theItem);
|
||||
}
|
||||
}
|
||||
catch (JsonSerializationException)
|
||||
|
||||
Reference in New Issue
Block a user