Adjust SDF version check so it hopefully works with star link

This commit is contained in:
KillzXGaming 2019-06-24 16:11:52 -04:00
parent fa4ada2c1a
commit 63a7c1afca
3 changed files with 1 additions and 1 deletions

View file

@ -394,7 +394,7 @@ namespace FirstPlugin
}
}
if (Header.Version <= 0x15)
if (Header.Version >= 0x17)
{
fileId = (long)readVariadicInteger(4, reader);
}