mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Improve waypoint names for BAI targets.
This commit is contained in:
parent
9fb33526a7
commit
14dd8e43a4
@ -717,7 +717,8 @@ class FlightPlanBuilder:
|
||||
|
||||
targets: List[StrikeTarget] = []
|
||||
for group in location.groups:
|
||||
targets.append(StrikeTarget(f"{group.id}", group))
|
||||
targets.append(
|
||||
StrikeTarget(f"{group.name} at {location.name}", group))
|
||||
|
||||
return self.strike_flightplan(flight, location, targets)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user