mirror of
https://github.com/4sval/FModel.git
synced 2026-04-20 00:27:43 -05:00
Fix some PAK that have no featured image as Legends pack (addition to a080bd2dac)
This commit is contained in:
parent
a080bd2dac
commit
5f3cbf6450
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user