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
|
||||
protected double getFunnelPowerDemand(double maxRecived)
|
||||
protected double getFunnelPowerDemand(double maxReceived)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
@ -48,7 +48,7 @@ public class TileController extends AENetworkPowerTile implements IAEPowerStorag
|
|||
catch (GridAccessException e)
|
||||
{
|
||||
// no grid? use local...
|
||||
return super.getFunnelPowerDemand( maxRecived );
|
||||
return super.getFunnelPowerDemand( maxReceived );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue