mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Use AGL altitude for helo hold (#1499)
This commit is contained in:
parent
ff571db494
commit
8488a5ec1a
@ -168,6 +168,8 @@ class WaypointBuilder:
|
||||
position.y,
|
||||
meters(500) if self.is_helo else self.doctrine.rendezvous_altitude,
|
||||
)
|
||||
if self.is_helo:
|
||||
waypoint.alt_type = "RADIO"
|
||||
waypoint.pretty_name = "Hold"
|
||||
waypoint.description = "Wait until push time"
|
||||
waypoint.name = "HOLD"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user