APAK : save opened file formats
This commit is contained in:
parent
2d18e4bbdc
commit
2093b3f02e
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user