diff --git a/.vs/Toolbox/v15/.suo b/.vs/Toolbox/v15/.suo index fdae9719..d1c9c80b 100644 Binary files a/.vs/Toolbox/v15/.suo and b/.vs/Toolbox/v15/.suo differ diff --git a/File_Format_Library/FileFormats/Archives/RARC.cs b/File_Format_Library/FileFormats/Archives/RARC.cs index 226d9d7e..cefa2ac7 100644 --- a/File_Format_Library/FileFormats/Archives/RARC.cs +++ b/File_Format_Library/FileFormats/Archives/RARC.cs @@ -251,6 +251,8 @@ namespace FirstPlugin WriteOffset(writer, 12, InfoPos); foreach (FileEntry entry in TotalList) { + entry.SaveFileFormat(); + writer.Write(entry.FileId); writer.Write(entry.Hash); writer.Write(entry.Flags);