mirror of
https://github.com/4sval/FModel.git
synced 2026-03-30 21:55:42 -05:00
fixed featured image for some items (backpacks afaik)
This commit is contained in:
parent
5f3cbf6450
commit
137e5a9fde
|
|
@ -214,7 +214,7 @@ namespace FModel
|
|||
? catalogFilePath = JohnWick.ExtractAsset(ThePak.CurrentUsedPak, catName)
|
||||
: catalogFilePath = JohnWick.ExtractAsset(ThePak.AllpaksDictionary[catName], catName);
|
||||
|
||||
if (catalogFilePath != null)
|
||||
if (!string.IsNullOrEmpty(catalogFilePath))
|
||||
{
|
||||
Checking.WasFeatured = true;
|
||||
if (catalogFilePath.Contains(".uasset") || catalogFilePath.Contains(".uexp") || catalogFilePath.Contains(".ubulk"))
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user