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.
1 parent db7e4af commit 2b4367cCopy full SHA for 2b4367c
TimeControl/TimeControl.cs
@@ -206,7 +206,7 @@ private void onTimeWarpRateChanged()
206
if (TimeWarp.CurrentRateIndex > 0)
207
{
208
operational = false;
209
- if (HighLogic.LoadedSceneIsFlight && FlightGlobals.ActiveVessel.altitude > FlightGlobals.currentMainBody.maxAtmosphereAltitude)
+ if (HighLogic.LoadedSceneIsFlight && FlightGlobals.ActiveVessel.altitude > FlightGlobals.currentMainBody.atmosphereDepth )
210
211
setSpontanousDestructionMechanic(false);
212
}
0 commit comments