Skip to content

Commit

Permalink
ergh, typo
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 Jun 23, 2023
1 parent 6048d7c commit cd5311f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MechJeb2/MechJebCore.cs
Expand Up @@ -292,7 +292,7 @@ public void OnAscentAPToggleAction(KSPActionParam param)
return;

if (autopilot.Enabled)
autopilot.aUsers.Remove(ascentMenu);
autopilot.Users.Remove(ascentMenu);
else
autopilot.Users.Add(ascentMenu);
}
Expand Down

0 comments on commit cd5311f

Please sign in to comment.