mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Disable altitude restriction for DEAD
This is automatically being set by pydcs as soon as you set the altitude
This commit is contained in:
parent
ae24b5e1ea
commit
23038671b3
@ -44,6 +44,7 @@ class DeadIngressBuilder(PydcsWaypointBuilder):
|
||||
direction=math.radians(dir),
|
||||
altitude=round(self.flight.coalition.doctrine.ingress_altitude.meters),
|
||||
)
|
||||
task.params["altitudeEnabled"] = False
|
||||
waypoint.tasks.append(task)
|
||||
|
||||
# Preemptively use ECM to better avoid getting swatted.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user