Damit, i forgot to switch the reader to the other file

This commit is contained in:
Michael Hinrichs 2024-05-22 13:14:08 -05:00
parent 345e0b7e98
commit 6815393b01
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ namespace Linkrealms_Extractor
});
}
br = new(File.OpenRead(Path.GetDirectoryName(args[0]) + "//" + Path.GetFileNameWithoutExtension(args[0]) + ".pak"));
foreach (Subfile file in data)
{
br.BaseStream.Position = file.start;