mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix placement of fallback split points.
Using the target placed the split in the threatened area.
This commit is contained in:
parent
415b8c6317
commit
076df7cf66
@ -998,7 +998,7 @@ class FlightPlanBuilder:
|
||||
|
||||
ingress_point = self._ingress_point(self._target_heading_to_package_airfield())
|
||||
join_point = self._rendezvous_point(ingress_point)
|
||||
split_point = self._rendezvous_point(self.package.target.position)
|
||||
split_point = self._rendezvous_point(ingress_point)
|
||||
self.package.waypoints = PackageWaypoints(
|
||||
join_point,
|
||||
ingress_point,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user