Typo diffrent

This commit is contained in:
thatsIch
2014-09-21 01:21:24 +02:00
parent b2440d2b9d
commit d2dd7525c7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -355,7 +355,7 @@ public class DualityInterface implements IGridTickable, ISegmentedInventory, ISt
requireWork[slot] = req.copy();
return;
}
else if ( req.isSameType( Stored ) ) // same type ( qty diffrent? )!
else if ( req.isSameType( Stored ) ) // same type ( qty different? )!
{
if ( req.getStackSize() != Stored.stackSize )
{