diff --git a/ArcFormats/NScripter/ArcNSA.cs b/ArcFormats/NScripter/ArcNSA.cs index 80b36f5b..1e95d140 100644 --- a/ArcFormats/NScripter/ArcNSA.cs +++ b/ArcFormats/NScripter/ArcNSA.cs @@ -184,7 +184,7 @@ namespace GameRes.Formats.NScripter { if (null == nsa_entry) return input; - if (nsa_entry.Name.HasExtension (".nbz")) + if (nsa_entry.Name.HasExtension (".nbz") || Compression.NBZ == nsa_entry.CompressionType) { input.Position = 4; return new BZip2InputStream (input);