Fix SFFS not being scanned

This commit is contained in:
Matt Nadareski
2022-12-13 11:55:12 -08:00
parent 56c27d0b8f
commit 6171c0defd

View File

@@ -684,6 +684,7 @@ namespace BurnOutSharp.Tools
case SupportedFileType.PLJ: return new FileType.PLJ();
case SupportedFileType.RAR: return new FileType.RAR();
case SupportedFileType.SevenZip: return new FileType.SevenZip();
case SupportedFileType.SFFS: return new FileType.SFFS();
case SupportedFileType.TapeArchive: return new FileType.TapeArchive();
case SupportedFileType.Textfile: return new FileType.Textfile();
case SupportedFileType.Valve: return new FileType.Valve();