be very strict with matching objectives
This commit is contained in:
parent
e7a1656d2a
commit
ce5f423653
@ -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))
|
||||
;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user