Typo overrrides

This commit is contained in:
thatsIch
2014-09-21 02:15:37 +02:00
parent dc1f6ae6a6
commit f4b41e0fa1
+2 -2
View File
@@ -48,9 +48,9 @@ public class ItemModList implements IItemContainer<IAEItemStack>
@Override
public Collection<IAEItemStack> findFuzzy(IAEItemStack input, FuzzyMode fuzzy)
{
Collection<IAEItemStack> overrrides = overrides.findFuzzy( input, fuzzy );
Collection<IAEItemStack> overrides = overrides.findFuzzy( input, fuzzy );
return overrrides;
return overrides;
}
@Override