fix typo in AEItemStack#fuzzyComparison

This commit is contained in:
Florian Scandella
2018-02-10 19:02:32 +01:00
parent 36d6681eac
commit ae352c093e
@@ -180,7 +180,7 @@ public final class AEItemStack extends AEStack<IAEItemStack> implements IAEItemS
return this.fuzzyItemStackComparison( itemStack, otherStack, mode );
}
if( st instanceof IAEItemStack )
if( st instanceof ItemStack )
{
final ItemStack otherStack = (ItemStack) st;