mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Add tanker info to briefing
This commit is contained in:
parent
f0fcd7155c
commit
5f67f02cde
@ -104,6 +104,15 @@ AWACS:
|
||||
====================
|
||||
{% for i in awacs %}{{ i.callsign }} -- Freq : {{i.freq.mhz}}
|
||||
{% endfor %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
{%- if tankers|length > 0 %}
|
||||
TANKERS:
|
||||
====================
|
||||
{% for i in tankers %}{{ i.callsign }} -- Freq : {{i.freq.mhz}}, TACAN : {{ i.tacan }}
|
||||
{% endfor %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
{%- if jtacs|length > 0 %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user