mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Nav Target point for JF-17 and F-14.
Fix activation trigger using wrong coalition when playing REDFOR side.
This commit is contained in:
@@ -30,7 +30,7 @@ class FlightType(Enum):
|
||||
EWAR = 16
|
||||
|
||||
|
||||
class FlightWaypoint():
|
||||
class FlightWaypoint:
|
||||
|
||||
def __init__(self, x: float, y: float, alt=0):
|
||||
self.x = x
|
||||
|
||||
Reference in New Issue
Block a user