miscellaneous fixes

This commit is contained in:
2025-04-03 18:22:33 -04:00
parent 84a0c754a3
commit 17a7c90245
5 changed files with 12 additions and 6 deletions

View File

@ -30,6 +30,7 @@ namespace LibTSforge.TokenStore
BinaryReader reader = new BinaryReader(TokensFile);
do
{
reader.ReadUInt32();
nextBlock = reader.ReadUInt32();
for (int i = 0; i < ENTRIES_PER_BLOCK; i++)