mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix missing waypoint generation for most flights.
Fixes https://github.com/dcs-liberation/dcs_liberation/issues/1693
This commit is contained in:
parent
5db1b94ac4
commit
cd0c0f1b01
@ -76,6 +76,8 @@ class WaypointGenerator:
|
||||
self.builder_for_waypoint(point).add_tasks(self.group.points[0])
|
||||
if point not in self.flight.state.passed_waypoints:
|
||||
filtered_points.append(point)
|
||||
else:
|
||||
filtered_points.append(point)
|
||||
# Only add 1 target waypoint for Viggens. This only affects player flights, the
|
||||
# Viggen can't have more than 9 waypoints which leaves us with two target point
|
||||
# under the current flight plans.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user