mirror of
https://github.com/4sval/FModel.git
synced 2026-08-25 02:44:29 -05:00
Fix some PAK that have no featured image as Legends pack (addition to a080bd2dac)
This commit is contained in:
@@ -247,6 +247,10 @@ namespace FModel
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
// There is no featured image (as legends pack, shadow pack...)
|
||||
if (string.IsNullOrEmpty(ItemIconPath))
|
||||
GetItemIcon(theItem);
|
||||
}
|
||||
}
|
||||
catch (JsonSerializationException)
|
||||
|
||||
Reference in New Issue
Block a user