Nav Target point for JF-17 and F-14.

Fix activation trigger using wrong coalition when playing REDFOR side.
This commit is contained in:
Khopa
2020-06-02 13:00:10 +02:00
parent a022f9c2e1
commit c73290eebb
3 changed files with 22 additions and 6 deletions

View File

@@ -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