make more clear

This commit is contained in:
Raoul Van den Berge
2015-12-20 19:22:53 +01:00
parent 396f0b608c
commit 1b998258d9
2 changed files with 4 additions and 8 deletions

View File

@@ -53,7 +53,7 @@ public class TileController extends TileBase implements IEnergyReceiver, INetwor
if (tile instanceof TileCable) {
TileCable cable = (TileCable) tile;
if (cable.isActive()) {
if (cable.isEnabled()) {
cable.addMachines(visitedCables, newMachines, this);
}
}