mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix : Awacs frequency in briefing
This commit is contained in:
parent
1618c1e677
commit
7b35965dbf
@ -210,7 +210,7 @@ class Operation:
|
|||||||
self.briefinggen.append_frequency("Tanker {} ({})".format(TANKER_CALLSIGNS[i], tanker_type), "{}X/{} MHz AM".format(60+i, 130+i))
|
self.briefinggen.append_frequency("Tanker {} ({})".format(TANKER_CALLSIGNS[i], tanker_type), "{}X/{} MHz AM".format(60+i, 130+i))
|
||||||
|
|
||||||
if self.is_awacs_enabled:
|
if self.is_awacs_enabled:
|
||||||
self.briefinggen.append_frequency("AWACS", "133 MHz AM")
|
self.briefinggen.append_frequency("AWACS", "233 MHz AM")
|
||||||
|
|
||||||
self.briefinggen.append_frequency("Flight", "251 MHz AM")
|
self.briefinggen.append_frequency("Flight", "251 MHz AM")
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user