Fixed casing of partChanged, and directionTo

This commit is contained in:
AlgorithmX2
2014-02-26 09:17:39 -06:00
parent 9161ad0c13
commit ef729e7365
5 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -246,7 +246,7 @@ public class TileCableBus extends AEBaseTile implements AEMultiTile, ICustomColl
}
@Override
public void PartChanged()
public void partChanged()
{
// nothing!
}