Typo opion

This commit is contained in:
thatsIch
2014-09-21 01:35:50 +02:00
parent ea762807b5
commit 4be1441951
+2 -2
View File
@@ -283,9 +283,9 @@ public class TileInscriber extends AENetworkPowerTile implements IGridTickable
if ( matchA || matchB )
{
for (ItemStack opion : i.imprintable)
for (ItemStack option : i.imprintable)
{
if ( Platform.isSameItemPrecise( opion, getStackInSlot( 2 ) ) )
if ( Platform.isSameItemPrecise( option, getStackInSlot( 2 ) ) )
return i;
}
}