Fix all Channel Behavior and its mis-behaving.
This commit is contained in:
@@ -330,6 +330,18 @@ public class AENetworkProxy implements IGridBlock
|
||||
return node.isActive();
|
||||
}
|
||||
|
||||
public boolean isPowered()
|
||||
{
|
||||
try
|
||||
{
|
||||
return getEnergy().isNetworkPowered();
|
||||
}
|
||||
catch (GridAccessException e)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void gridChanged()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user