1
0
mirror of synced 2025-01-19 09:17:30 +01:00

APAK : save opened file formats

This commit is contained in:
KillzXGaming 2020-01-29 19:47:53 -05:00
parent 2d18e4bbdc
commit 2093b3f02e

View File

@ -112,6 +112,7 @@ namespace FirstPlugin
long fileInfoPos = writer.Position;
for (int i = 0; i < files.Count; i++) {
files[i].SaveFileFormat();
writer.Write(files[i].Hash);
writer.Write(uint.MaxValue);
writer.Write(files[i].FileData.Length);