mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix incorrect strike target location for TheaterUnit
This commit is contained in:
parent
8a47dce4b5
commit
7e8cbe0de2
@ -329,7 +329,7 @@ class WaypointBuilder:
|
||||
target.name,
|
||||
FlightWaypointType.TARGET_POINT,
|
||||
target.target.ground_object.position
|
||||
if isinstance(target.target, (TheaterGroup, TheaterUnit))
|
||||
if isinstance(target.target, TheaterGroup)
|
||||
else target.target.position,
|
||||
meters(0),
|
||||
"RADIO",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user