Skip to content

Commit

Permalink
Update LaunchComplex.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Clayell authored Jan 16, 2025
1 parent dd4df7e commit 5849570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/RP0/SpaceCenter/LaunchComplex/LaunchComplex.cs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public LaunchComplex(LCData lcData, LCSpaceCenter ksc)
if (_lcData.lcType == LaunchComplexType.Pad)
{
float fracLevel = _lcData.GetPadFracLevel();
var pad = new LCLaunchPad(Guid.NewGuid(), Name + "-A", fracLevel);
var pad = new LCLaunchPad(Guid.NewGuid(), "LaunchPad 1", fracLevel);
pad.isOperational = true;
LaunchPads.Add(pad);
}
Expand Down

0 comments on commit 5849570

Please sign in to comment.