mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-29 04:03:00 +00:00
Swap order of params for IPathCheck
This commit is contained in:
@@ -19,7 +19,7 @@ namespace BurnOutSharp.ProtectionType
|
||||
}
|
||||
|
||||
/// <inheritdoc/>
|
||||
public string CheckPath(string path, IEnumerable<string> files, bool isDirectory)
|
||||
public string CheckPath(string path, bool isDirectory, IEnumerable<string> files)
|
||||
{
|
||||
if (isDirectory)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user