mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix nav_to for AirAssault
Depending on whether it's a Hercules with paratroopers or a helicopter, ingress' position is going to be different
This commit is contained in:
parent
4de7b1c923
commit
b124c6cc61
@ -162,7 +162,7 @@ class Builder(FormationAttackBuilder[AirAssaultFlightPlan, AirAssaultLayout]):
|
|||||||
pickup=pickup,
|
pickup=pickup,
|
||||||
nav_to=builder.nav_path(
|
nav_to=builder.nav_path(
|
||||||
pickup_position,
|
pickup_position,
|
||||||
self.package.waypoints.ingress,
|
ingress.position,
|
||||||
altitude,
|
altitude,
|
||||||
altitude_is_agl,
|
altitude_is_agl,
|
||||||
),
|
),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user