Skip to content

Commit

Permalink
use InFolder directly on GamePath
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeWanderer committed Aug 20, 2024
1 parent 0a26723 commit b09ee53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ public override bool IsIgnoredBackupPath(GamePath path)
public override bool IsIgnoredPath(GamePath path)
{
return IgnoredFolders.Any(ignore => path.Path.InFolder(ignore.Path));
return IgnoredFolders.Any(ignore => path.InFolder(ignore));
}
}

0 comments on commit b09ee53

Please sign in to comment.