mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Rename OCA strike tasks.
This commit is contained in:
@@ -80,7 +80,7 @@ class QBaseMenu2(QDialog):
|
||||
bottom_row = QHBoxLayout()
|
||||
main_layout.addLayout(bottom_row)
|
||||
|
||||
if FlightType.RUNWAY_ATTACK in self.cp.mission_types(for_player=True):
|
||||
if FlightType.OCA_RUNWAY in self.cp.mission_types(for_player=True):
|
||||
runway_attack_button = QPushButton("Attack airfield")
|
||||
bottom_row.addWidget(runway_attack_button)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user