Typo getCondencedOutputs

This commit is contained in:
thatsIch
2014-09-20 22:30:12 +02:00
parent 7117fe44b3
commit f5e39e4cb7
5 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ public class CraftingTreeNode
boolean notRecurive(ICraftingPatternDetails details)
{
IAEItemStack[] o = details.getCondencedOutputs();
IAEItemStack[] o = details.getCondensedOutputs();
for (IAEItemStack i : o)
if ( i.equals( what ) )
return false;