diff --git a/Switch_Toolbox_Library/IO/STFileSaver.cs b/Switch_Toolbox_Library/IO/STFileSaver.cs index c836936e..d9d211d6 100644 --- a/Switch_Toolbox_Library/IO/STFileSaver.cs +++ b/Switch_Toolbox_Library/IO/STFileSaver.cs @@ -29,7 +29,8 @@ namespace Toolbox.Library.IO string compressionLog = ""; if (FileFormat.IFileInfo.FileIsCompressed || FileFormat.IFileInfo.InArchive - || Path.GetExtension(FileName) == ".szs" || Path.GetExtension(FileName) == ".sbfres") + || Path.GetExtension(FileName) == ".szs" || Path.GetExtension(FileName) == ".sbfres" + || Path.GetExtension(FileName) == ".mc") { //Todo find more optmial way to handle memory with files in archives //Also make compression require streams