mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix AAR TCN on Yankee band
This commit is contained in:
parent
b7d95819c1
commit
5c8e783980
@ -93,6 +93,6 @@ class RaceTrackBuilder(PydcsWaypointBuilder):
|
|||||||
tacan_callsign,
|
tacan_callsign,
|
||||||
bearing=True,
|
bearing=True,
|
||||||
unit_id=self.group.units[0].id,
|
unit_id=self.group.units[0].id,
|
||||||
aa=True,
|
aa=False,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
@ -30,7 +30,7 @@ platformdirs==2.5.4
|
|||||||
pluggy==1.0.0
|
pluggy==1.0.0
|
||||||
pre-commit==2.20.0
|
pre-commit==2.20.0
|
||||||
pydantic==1.10.2
|
pydantic==1.10.2
|
||||||
-e git+https://github.com/dcs-retribution/pydcs@0f2b2b5cd266f99538ba572cfdcb723792b1e83b#egg=pydcs
|
-e git+https://github.com/dcs-retribution/pydcs@9ab67af976da3c3e6939954f07ede328fe424258#egg=pydcs
|
||||||
pyinstaller==5.6.2
|
pyinstaller==5.6.2
|
||||||
pyinstaller-hooks-contrib==2022.13
|
pyinstaller-hooks-contrib==2022.13
|
||||||
pyparsing==3.0.9
|
pyparsing==3.0.9
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user