Merge pull request #554 from thatsIch/b-549-rf

Fixes 549, triggers missing power event
This commit is contained in:
thatsIch
2014-12-06 12:24:21 +01:00
@@ -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;