- [Core] fix but with wrongly identified sigantures [GI]
This commit is contained in:
@@ -159,7 +159,7 @@ namespace AssetStudio.CLI
|
||||
Logger.Info($"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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user