RtC sink now longer spams with zero power.
This commit is contained in:
parent
c2f27378d0
commit
a3bf4d8e61
1 changed files with 2 additions and 1 deletions
|
@ -29,6 +29,7 @@ public abstract class RotaryCraft extends IC2 implements ShaftPowerReceiver
|
|||
@Override
|
||||
public void Tick()
|
||||
{
|
||||
if ( power > 0 )
|
||||
injectExternalPower( PowerUnits.WA, power );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue