We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a199b9 + cd4d739 commit 19de638Copy full SHA for 19de638
Source-Code/FlareDraw.cs
@@ -282,7 +282,7 @@ private void GenerateBodyFlares()
282
double largestSMA = 0.0;
283
foreach (CelestialBody body in FlightGlobals.Bodies)
284
{
285
- if (body != FlightGlobals.Bodies[0])
+ if (body != FlightGlobals.Bodies[0] && body?.MapObject != null)
286
287
largestSMA = Math.Max(largestSMA, body.orbit.semiMajorAxis);
288
0 commit comments