Typo maxRecived
This commit is contained in:
parent
d514b6dccd
commit
479449505c
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ public class TileController extends AENetworkPowerTile implements IAEPowerStorag
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected double getFunnelPowerDemand(double maxRecived)
|
protected double getFunnelPowerDemand(double maxReceived)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
@ -48,7 +48,7 @@ public class TileController extends AENetworkPowerTile implements IAEPowerStorag
|
||||||
catch (GridAccessException e)
|
catch (GridAccessException e)
|
||||||
{
|
{
|
||||||
// no grid? use local...
|
// no grid? use local...
|
||||||
return super.getFunnelPowerDemand( maxRecived );
|
return super.getFunnelPowerDemand( maxReceived );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue