Typo getVarients

This commit is contained in:
thatsIch
2014-09-21 01:48:07 +02:00
parent 2a9e973362
commit 8c257595f5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ public enum PartType
baseDamage = baseMetaValue;
}
public Enum[] getVarients()
public Enum[] getVariants()
{
if ( this == CableSmart || this == CableCovered || this == CableGlass || this == CableDense )
return AEColor.values();