MechJeb2

MechJeb2

4M Downloads

Grammar typo on commit "more conics lock related fix", in MechJebModuleAscentAutopilot.cs

poteat opened this issue ยท 2 comments

commented

Relevant code snippet:

    if (!vessel.patchedConicsUnlocked())
    {
        status = "Unable to Circularize without an upgraded an tracking station";
        this.users.Clear();
        return;
    }
commented

Never mind, fixed in the dev branch.

commented

:)