Skip to content

Commit

Permalink
Fix erroneous dyn pressure penalty message, #279
Browse files Browse the repository at this point in the history
  • Loading branch information
siimav committed Sep 6, 2023
1 parent 37504eb commit 8e64322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TestFlightFailure_IgnitionFail.cs
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ public override void DoFailure()
if (!TestFlightEnabled)
return;
Failed = true;
float multiplier = 0;
float multiplier = 1f;
ITestFlightCore core = TestFlightUtil.GetCore(this.part, Configuration);
if (core != null)
{
Expand Down

0 comments on commit 8e64322

Please sign in to comment.