- [Core] fix but with wrongly identified sigantures [GI]

This commit is contained in:
Razmoth
2024-01-27 16:23:08 +04:00
parent 2d965c021d
commit 873597730c
5 changed files with 15 additions and 46 deletions

View File

@@ -160,7 +160,7 @@ namespace AssetStudio.GUI
StatusStripUpdate($"Decompressing {reader.FileName} ...");
try
{
var mhy0File = new MhyFile(reader, reader.FullPath, (Mhy)Game);
var mhy0File = new MhyFile(reader, (Mhy)Game);
reader.Dispose();
if (mhy0File.fileList.Count > 0)
{