From 950f82428e03ecb4867640ae7bc04eefc486a305 Mon Sep 17 00:00:00 2001 From: Neouni Date: Mon, 18 May 2015 15:17:10 +0200 Subject: [PATCH] Update FNNozzleController.cs --- FNPlugin/FNNozzleController.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/FNPlugin/FNNozzleController.cs b/FNPlugin/FNNozzleController.cs index 2a192afe..6cc54088 100644 --- a/FNPlugin/FNNozzleController.cs +++ b/FNPlugin/FNNozzleController.cs @@ -473,8 +473,6 @@ public override void OnFixedUpdate() { // engine thrust fixed //print ("A: " + //engine_thrust*myAttachedEngine.velocityCurve.Evaluate((float)vessel.srf_velocity.magnitude)); if (!double.IsInfinity(engine_thrust) && !double.IsNaN(engine_thrust)) { -engine_thrust*myAttachedEngine.veloCurve.Evaluate((float)vessel.srf_velocity.magnitude)); - if (!double.IsInfinity(engine_thrust) && !double.IsNaN(engine_thrust)) { if (isLFO) { myAttachedEngine.maxThrust = (float)(2.2222 * engine_thrust); } else { @@ -701,4 +699,4 @@ public static ConfigNode[] getPropellantsHybrid() { } -} \ No newline at end of file +}