From 5ec90b290afabb53c96ff1d094fdfd8e51b61bcc Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 4 Nov 2024 20:06:47 -0500 Subject: [PATCH] Steam any false --- BinaryObjectScanner/Protection/Steam.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BinaryObjectScanner/Protection/Steam.cs b/BinaryObjectScanner/Protection/Steam.cs index dbdac2c7..c891646a 100644 --- a/BinaryObjectScanner/Protection/Steam.cs +++ b/BinaryObjectScanner/Protection/Steam.cs @@ -100,7 +100,7 @@ namespace BinaryObjectScanner.Protection new(new FilePathMatch("steamxboxutil64.exe"), "Steam"), }; - return MatchUtil.GetAllMatches(files, matchers, any: true); + return MatchUtil.GetAllMatches(files, matchers, any: false); } ///