loop over all search attributes in case there are cases with more

matches.
This commit is contained in:
Nick Minkler 2014-01-20 15:15:57 -08:00
parent 2260216731
commit 5d286c9e69
1 changed files with 0 additions and 3 deletions

View File

@ -860,9 +860,6 @@ public class Items {
matchedItem = item;
matchedItemStrength = attributes.length;
}
// This criteria was a match, lets break out of this item...no point testing alternate criteria's
break;
}
}
}