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 643f975 commit 2c00b37Copy full SHA for 2c00b37
RasterPropMonitor/Handlers/JSIInternalRPMButtons.cs
@@ -1398,8 +1398,7 @@ double GetNextWarpEventTime()
1398
1399
if (vessel.patchedConicSolver != null && vessel.patchedConicSolver.maneuverNodes.Count > 0)
1400
{
1401
- double halfBurnDuration = GetBurnDuration((float)vessel.patchedConicSolver.maneuverNodes[0].DeltaV.magnitude * 0.5f);
1402
- targetUT = Planetarium.GetUniversalTime() + halfBurnDuration - GameSettings.WARP_TO_MANNODE_MARGIN;
+ targetUT = Planetarium.GetUniversalTime() + vessel.patchedConicSolver.maneuverNodes[0].startBurnIn - GameSettings.WARP_TO_MANNODE_MARGIN;
1403
}
1404
else if (vessel.orbit.nextPatch != null && vessel.orbit.nextPatch.activePatch)
1405
0 commit comments