1
0
mirror of synced 2025-02-21 21:10:27 +01:00

Fix stream position

This commit is contained in:
KillzXGaming 2019-06-29 17:33:49 -04:00
parent 00dbd8d7df
commit 9f41dbc269
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -228,8 +228,9 @@ namespace FirstPlugin
{
reader.Position = 0;
SearchForBinaryContainerFile(reader, Alignment, Containers);
reader.Position = 0;
}
reader.Position = 0;
}
foreach (var container in Containers)