mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix departure time in the kneeboard.
We don't have the departure time set until after we create the initial FlightData object. Populate the value after it is determined. Fixes https://github.com/Khopa/dcs_liberation/issues/290
This commit is contained in:
@@ -25,7 +25,7 @@ Planned ally flights:
|
||||
{{ dep }}
|
||||
---------------------------------------------------
|
||||
{% for flight in allied_flights_by_departure[dep] %}
|
||||
{{ flight.flight_type.name }} {{ flight.units[0].type }} x {{flight.size}}, departing in {{ flight.departure_delay_delta }}, {{ flight.package.target.name}}{% endfor %}
|
||||
{{ flight.flight_type.name }} {{ flight.units[0].type }} x {{flight.size}}, departing in {{ flight.departure_delay }}, {{ flight.package.target.name}}{% endfor %}
|
||||
{% endfor %}
|
||||
|
||||
Carriers and FARPs:
|
||||
@@ -42,7 +42,7 @@ AWACS:
|
||||
{% for i in awacs %}{{ i.callsign }} -- Freq : {{i.freq.mhz}}
|
||||
{% endfor %}
|
||||
|
||||
JTACS [F-10 Menu] :
|
||||
JTACS [F-10 Menu] :
|
||||
====================
|
||||
{% for jtac in jtacs %}Frontline {{ jtac.region }} -- Code : {{ jtac.code }}
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user