mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Add AFAC task to JTAC unit.
This causes the JTAC unit that's used for autolase to also work as a FAC over the radio.
This commit is contained in:
committed by
GitHub
parent
6034c899d3
commit
0370aa8df5
@@ -109,6 +109,6 @@ AWACS:
|
||||
{%- if jtacs|length > 0 %}
|
||||
JTACS [F-10 菜单] :
|
||||
====================
|
||||
{% for jtac in jtacs %}前线 {{ jtac.region }} -- 激光编码 : {{ jtac.code }}
|
||||
{% for jtac in jtacs %}前线 {{ jtac.region }} -- 激光编码 : {{ jtac.code }}, 频率 : {{ jtac.freq.mhz }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
@@ -109,6 +109,6 @@ AWACS:
|
||||
{%- if jtacs|length > 0 %}
|
||||
JTACS [F-10 Menu] :
|
||||
====================
|
||||
{% for jtac in jtacs %}Frontline {{ jtac.region }} -- Code : {{ jtac.code }}
|
||||
{% for jtac in jtacs %}Frontline {{ jtac.region }} -- Code : {{ jtac.code }}, Freq : {{ jtac.freq.mhz }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
@@ -109,6 +109,6 @@ AWACS:
|
||||
{%- if jtacs|length > 0 %}
|
||||
JTACS [Menu F-10] :
|
||||
====================
|
||||
{% for jtac in jtacs %}Ligne de front {{ jtac.region }} -- Code : {{ jtac.code }}
|
||||
{% for jtac in jtacs %}Ligne de front {{ jtac.region }} -- Code : {{ jtac.code }}, Fréq : {{ jtac.freq.mhz }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user