Skip to content

Commit

Permalink
Fix #429: disable ModuleFreeIva during flight for performance
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Oct 23, 2024
1 parent 45f5bd1 commit 03a1f62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FreeIva/ModuleFreeIva.cs
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@ public override void OnStart(StartState state)
{
Log.Error($"no deployable module found on part {part.partInfo.name}");
}

isEnabled = false;
enabled = false;
}

public void OnInternalCreated(InternalModuleFreeIva internalModule)
Expand Down

0 comments on commit 03a1f62

Please sign in to comment.