mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
AUFTRAG - correct wrongly corrected speed conversion
This commit is contained in:
parent
7819a30c57
commit
3fb22b7c55
@ -932,7 +932,7 @@ function AUFTRAG:NewORBIT(Coordinate, Altitude, Speed, Heading, Leg)
|
|||||||
|
|
||||||
mission:_TargetFromObject(Coordinate)
|
mission:_TargetFromObject(Coordinate)
|
||||||
|
|
||||||
mission.orbitSpeed = UTILS.KnotsToKmph(Speed or 350)
|
mission.orbitSpeed = UTILS.KnotsToMps(Speed or 350) -- the DCS Task itself will shortly be build with this so MPS
|
||||||
mission.missionSpeed = UTILS.KnotsToKmph(Speed or 350)
|
mission.missionSpeed = UTILS.KnotsToKmph(Speed or 350)
|
||||||
|
|
||||||
if Heading and Leg then
|
if Heading and Leg then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user