mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
- Hotfix-Ground units should not be given a default speed of 999 km/h in COORDINATE:WaypointGround() #831
This commit is contained in:
parent
89e6672db1
commit
de5a283e50
@ -857,7 +857,7 @@ do -- COORDINATE
|
||||
RoutePoint.action = Formation or ""
|
||||
|
||||
|
||||
RoutePoint.speed = ( Speed or 999 ) / 3.6
|
||||
RoutePoint.speed = ( Speed or 20 ) / 3.6
|
||||
RoutePoint.speed_locked = true
|
||||
|
||||
-- ["task"] =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user