mirror of
https://github.com/4sval/FModel.git
synced 2026-09-20 15:34:24 -05:00
Fix dynamic pak asset registry detection.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user