From 757ab1f2284286bc2a636c7ef7007bb461b996cc Mon Sep 17 00:00:00 2001 From: TheRogueArchivist Date: Wed, 28 Dec 2022 00:30:46 -0700 Subject: [PATCH] Fix FreeLock False Positive (#219) * Fix FreeLock False Positive --- BurnOutSharp/ProtectionType/FreeLock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BurnOutSharp/ProtectionType/FreeLock.cs b/BurnOutSharp/ProtectionType/FreeLock.cs index 5c83f459..3f1086ce 100644 --- a/BurnOutSharp/ProtectionType/FreeLock.cs +++ b/BurnOutSharp/ProtectionType/FreeLock.cs @@ -56,7 +56,7 @@ namespace BurnOutSharp.ProtectionType }, "Freelock 1.3"), }; - return MatchUtil.GetAllMatches(files, matchers, any: true); + return MatchUtil.GetAllMatches(files, matchers, any: false); } ///