RARC : Fix writing directory IDs.
This commit is contained in:
parent
c204608f9b
commit
d11e90787c
@ -197,7 +197,7 @@ namespace FirstPlugin
|
||||
var dirEntry = (DirectoryEntry)_savedNodes[dir].Children[n];
|
||||
int index = Directories.ToList().IndexOf(dirEntry);
|
||||
|
||||
writer.Write((ushort)0);
|
||||
writer.Write((short)-1);
|
||||
writer.Write(dirEntry.Hash);
|
||||
writer.Write((byte)0x2);
|
||||
writer.Write((byte)0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user