Fix FreeLock False Positive (#219)

* Fix FreeLock False Positive
This commit is contained in:
TheRogueArchivist
2022-12-28 00:30:46 -07:00
committed by GitHub
parent 6e42e7fb6b
commit 757ab1f228

View File

@@ -56,7 +56,7 @@ namespace BurnOutSharp.ProtectionType
}, "Freelock 1.3"),
};
return MatchUtil.GetAllMatches(files, matchers, any: true);
return MatchUtil.GetAllMatches(files, matchers, any: false);
}
/// <inheritdoc/>