mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-10 07:04:36 +00:00
Another quick fix
This commit is contained in:
parent
39f68281c8
commit
d40d9bf2e9
1 changed files with 3 additions and 0 deletions
|
@ -27,7 +27,10 @@ namespace FirstPlugin
|
|||
reader.Seek(10, SeekOrigin.Begin);
|
||||
byte version = reader.ReadByte();
|
||||
if (version < 10)
|
||||
{
|
||||
reader.Position = 0;
|
||||
return false;
|
||||
}
|
||||
|
||||
reader.Seek(238, SeekOrigin.Begin);
|
||||
byte flag = reader.ReadByte();
|
||||
|
|
Loading…
Reference in a new issue