Damit, i forgot to switch the reader to the other file
This commit is contained in:
parent
345e0b7e98
commit
6815393b01
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue