mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix Anti-Ship being planned against original location
This commit is contained in:
parent
0d56c271df
commit
141fc642d5
@ -323,7 +323,9 @@ class WaypointBuilder:
|
||||
return FlightWaypoint(
|
||||
target.name,
|
||||
FlightWaypointType.TARGET_POINT,
|
||||
target.target.position,
|
||||
target.target.ground_object.position
|
||||
if isinstance(target.target, (TheaterGroup, TheaterUnit))
|
||||
else target.target.position,
|
||||
meters(0),
|
||||
"RADIO",
|
||||
description=description,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user