Fixes 549, triggers missing power event

Removed overflow calculation
This commit is contained in:
thatsIch 2014-12-05 23:28:22 +01:00
parent f914d45711
commit afca362814

View file

@ -34,7 +34,7 @@ public abstract class RedstoneFlux extends RotaryCraft implements IEnergyHandler
if ( !simulate )
{
this.internalCurrentPower += PowerUnits.RF.convertTo( PowerUnits.AE, usedRF );
this.injectExternalPower( PowerUnits.RF, usedRF );
}
return usedRF;