Typo getCondencedInputs

This commit is contained in:
thatsIch
2014-09-20 22:30:31 +02:00
parent f5e39e4cb7
commit f76e87c9a5
5 changed files with 8 additions and 8 deletions
@@ -581,7 +581,7 @@ public class CraftingCPUCluster implements IAECluster, ICraftingCPU
}
ICraftingPatternDetails details = e.getKey();
if ( canCraft( details, details.getCondencedInputs() ) )
if ( canCraft( details, details.getCondensedInputs() ) )
{
InventoryCrafting ic = null;