Typo SpecialComparsonRegistry

This commit is contained in:
thatsIch
2014-09-21 02:27:54 +02:00
parent 4e66fa3c7a
commit ce2dbecde1
2 changed files with 3 additions and 5 deletions
+1 -3
View File
@@ -48,9 +48,7 @@ public class ItemModList implements IItemContainer<IAEItemStack>
@Override
public Collection<IAEItemStack> findFuzzy(IAEItemStack input, FuzzyMode fuzzy)
{
Collection<IAEItemStack> overrides = overrides.findFuzzy( input, fuzzy );
return overrides;
return overrides.findFuzzy( input, fuzzy );
}
@Override