Skip to content

Commit

Permalink
Fix ascent-type menu selector
Browse files Browse the repository at this point in the history
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
  • Loading branch information
lamont-granquist committed Dec 9, 2023
1 parent 201c3d0 commit a50fce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MechJeb2/MechJebModuleAscentMenu.cs
Expand Up @@ -13,9 +13,9 @@ public class MechJebModuleAscentMenu : DisplayModule
{
private readonly string[] _ascentPathList =
{
Localizer.Format("#MechJeb_Ascent_ascentPathList1"), Localizer.Format("#MechJeb_Ascent_ascentPathList2"),
Localizer.Format("#MechJeb_Ascent_ascentPathList1"),
Localizer.Format("#MechJeb_Ascent_ascentPathList3")
}; // "Classic Ascent Profile", "Stock-style GravityTurn™", "Primer Vector Guidance (RSS/RO)"
}; // "Classic Ascent Profile", "Primer Vector Guidance (RSS/RO)"

public MechJebModuleAscentMenu(MechJebCore core) : base(core) { }

Expand Down

0 comments on commit a50fce6

Please sign in to comment.