Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit 539742e

Browse files
authored
Fix StageInfoOAB
I should have known this would break it...
1 parent afccff6 commit 539742e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MicroEngineerProject/MicroEngineer/Entries/OabStageInfoEntries.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public class TotalDeltaVActual_OAB : OabStageInfoEntry
7272
{
7373
public TotalDeltaVActual_OAB()
7474
{
75-
Name = "Total ∆v actual (OAB)";
75+
Name = "Total ∆v Actual (OAB)";
7676
Description = "Shows the vessel's actual total delta velocity (not used in OAB).";
7777
Category = MicroEntryCategory.OAB;
7878
IsDefault = true;
@@ -298,4 +298,4 @@ private double GetISPAtAltitude(double altitude, CelestialBodyComponent cel)
298298
internal double GetTWRAtSeaLevel(CelestialBodyComponent cel) => this.GetTWRAtAltitude(0, cel);
299299
internal double GetDeltaVelAtSeaLevel(CelestialBodyComponent cel) => GetDeltaVelAlt(0, cel);
300300
}
301-
}
301+
}

0 commit comments

Comments
 (0)