mirror of
https://github.com/4sval/FModel.git
synced 2026-08-25 02:44:29 -05:00
avoid placeholder when there is no "featured image" improved, thanks @iAmAsval
This commit is contained in:
@@ -234,7 +234,7 @@ namespace FModel
|
||||
}
|
||||
|
||||
// There is no featured image (as legends pack, shadow pack...)
|
||||
if (string.IsNullOrEmpty(ItemIconPath) || ItemIconPath.Contains("T_Placeholder_Item_Outfit"))
|
||||
if (string.IsNullOrEmpty(ItemIconPath) || ItemIconPath.Contains("Athena\\Prototype\\Textures\\"))
|
||||
GetItemIcon(theItem);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user