Fixed issue with error prone Grid Visitors.

Increased Channel update speed.
Renamed Controller Method.
This commit is contained in:
AlgorithmX2
2014-04-22 21:49:03 -05:00
parent fa307b467e
commit 021e924098
4 changed files with 17 additions and 20 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ public class TileController extends AENetworkPowerTile implements IAEPowerStorag
}
@MENetworkEventSubscribe
public void onPowerChange(MENetworkControllerChange status)
public void onControllerChange(MENetworkControllerChange status)
{
updateMeta();
}