Skip to content

Commit

Permalink
Steam any false
Browse files Browse the repository at this point in the history
  • Loading branch information
mnadareski committed Nov 5, 2024
1 parent 5de78ef commit 5ec90b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BinaryObjectScanner/Protection/Steam.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public IEnumerable<string> CheckDirectoryPath(string path, IEnumerable<string>?
new(new FilePathMatch("steamxboxutil64.exe"), "Steam"),
};

return MatchUtil.GetAllMatches(files, matchers, any: true);
return MatchUtil.GetAllMatches(files, matchers, any: false);
}

/// <inheritdoc/>
Expand Down

0 comments on commit 5ec90b2

Please sign in to comment.