1
0
mirror of synced 2025-02-20 20:51:35 +01:00

Apply saving opened file fomrats for rarc

This commit is contained in:
KillzXGaming 2019-07-25 21:02:15 -04:00
parent 76c0b560ad
commit 6e87f9b2d3
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -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);