mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile, FileTools] Add checks for MD5, SFV, and SHA1 files
This commit is contained in:
@@ -1192,7 +1192,7 @@ namespace SabreTools.Helper
|
||||
{
|
||||
ext = ext.Substring(1);
|
||||
}
|
||||
if (ext != "txt" && ext != "dat" && ext != "xml")
|
||||
if (ext != "dat" && ext != "md5" && ext != "sfv" && ext != "sha1" && ext != "txt" && ext != "xml")
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user