Swap order of params for IPathCheck

This commit is contained in:
Matt Nadareski
2021-02-26 11:02:10 -08:00
parent 54465ff4e7
commit b3671a430e
44 changed files with 92 additions and 95 deletions

View File

@@ -42,7 +42,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)
{