mirror of
https://github.com/4sval/FModel.git
synced 2026-03-22 01:34:37 -05:00
Fix dynamic pak asset registry detection.
This commit is contained in:
parent
6ac5fae132
commit
794c749f0d
|
|
@ -482,7 +482,7 @@ namespace FModel.ViewModels
|
|||
}
|
||||
break;
|
||||
}
|
||||
case "bin" when fileName.EndsWith("AssetRegistry.bin"):
|
||||
case "bin" when fileName.Contains("AssetRegistry"):
|
||||
{
|
||||
TabControl.SelectedTab.Image = null;
|
||||
if (Provider.TryCreateReader(fullPath, out var archive))
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user