No need to handle BC/RtC power on the client now is there...

This commit is contained in:
AlgorithmX2
2014-01-01 03:03:31 -06:00
parent ef86454c44
commit ab192bcdc5
3 changed files with 18 additions and 10 deletions
+3
View File
@@ -88,6 +88,9 @@ public abstract class AERootPoweredTile extends AEBaseInvTile implements IAEPowe
@Override
final public double injectAEPower(double amt, Actionable mode)
{
if ( amt < 0.000001 )
return 0;
if ( mode == Actionable.SIMULATE )
{
double fakeBattery = internalCurrentPower + amt;