Typo varient

This commit is contained in:
thatsIch
2014-09-21 02:16:34 +02:00
parent f4b41e0fa1
commit ff6fcb3569
3 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ public class PartCable extends AEBasePart implements IPartCable
super( c, is );
proxy.setFlags( GridFlags.PREFERRED );
proxy.setIdlePowerUsage( 0.0 );
proxy.myColor = AEColor.values()[((ItemMultiPart) is.getItem()).varientOf( is.getItemDamage() )];
proxy.myColor = AEColor.values()[((ItemMultiPart) is.getItem()).variantOf( is.getItemDamage() )];
}
@Override