Quick fix for LZSS

This commit is contained in:
KillzXGaming 2022-10-27 16:05:44 -04:00
parent 47ad72444c
commit b930e02fde

View file

@ -22,6 +22,7 @@ namespace Toolbox.Library
{
using (var reader = new FileReader(stream, true))
{
hasMagic = true;
return reader.CheckSignature(4, "LzS\x01");
}
}