- Hotfix-Ground units should not be given a default speed of 999 km/h in COORDINATE:WaypointGround() #831

This commit is contained in:
FlightControl_Master 2018-03-20 11:58:26 +01:00
parent 89e6672db1
commit de5a283e50

View File

@ -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"] =