miscellaneous fixes
This commit is contained in:
@ -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++)
|
||||
|
Reference in New Issue
Block a user