diff --git a/BGS/Report.cs b/BGS/Report.cs index c9f5f13..2dad427 100644 --- a/BGS/Report.cs +++ b/BGS/Report.cs @@ -264,7 +264,7 @@ namespace EliteBGS.BGS { /* Find all objectives that generally match. */ var matches = objectives - .Where(x => x.Matches(entry) > 0) + .Where(x => x.Matches(entry) >= 3) .OrderBy(x => x.Matches(entry)) ;