mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Helipad : fixed errors after merge of develop features.
This commit is contained in:
@@ -52,7 +52,7 @@ class QAircraftRecruitmentMenu(QFrame, QRecruitBehaviour):
|
||||
continue
|
||||
if (
|
||||
self.cp.cptype in [ControlPointType.FOB, ControlPointType.FARP]
|
||||
and unit_type not in helicopter_map.values()
|
||||
and not unit_type.helicopter
|
||||
):
|
||||
continue
|
||||
unit_types.add(unit_type)
|
||||
|
||||
Reference in New Issue
Block a user