Typo currentEffiency

This commit is contained in:
thatsIch
2014-09-20 22:46:41 +02:00
parent 2b78573dd3
commit 88ff766eef
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ public class SpatialPylonCache implements IGridCache, ISpatialCache
}
@Override
public float currentEffiency()
public float currentEfficiency()
{
return (float) effiency * 100;
}