Adjust SDF version check so it hopefully works with star link
This commit is contained in:
parent
fa4ada2c1a
commit
63a7c1afca
@ -394,7 +394,7 @@ namespace FirstPlugin
|
||||
}
|
||||
}
|
||||
|
||||
if (Header.Version <= 0x15)
|
||||
if (Header.Version >= 0x17)
|
||||
{
|
||||
fileId = (long)readVariadicInteger(4, reader);
|
||||
}
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user