From 5d286c9e69ee92857abc386b581c5756b229d038 Mon Sep 17 00:00:00 2001 From: Nick Minkler Date: Mon, 20 Jan 2014 15:15:57 -0800 Subject: [PATCH] loop over all search attributes in case there are cases with more matches. --- src/net/milkbowl/vault/item/Items.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/net/milkbowl/vault/item/Items.java b/src/net/milkbowl/vault/item/Items.java index 2c7c6ad..a2a2a4a 100644 --- a/src/net/milkbowl/vault/item/Items.java +++ b/src/net/milkbowl/vault/item/Items.java @@ -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; } } }