Restore the fix when there is no featured, removed in 327aec7a75

This commit is contained in:
MaikyM
2019-07-13 19:51:04 -06:00
parent 369162abb2
commit 49c1697eaf

View File

@@ -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)