mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Fixed lint issue
This commit is contained in:
parent
38f632097e
commit
c8f6b6df87
@ -64,7 +64,10 @@ class QAircraftRecruitmentMenu(QFrame, QRecruitBehaviour):
|
|||||||
continue
|
continue
|
||||||
if self.cp.is_lha and unit not in db.LHA_CAPABLE:
|
if self.cp.is_lha and unit not in db.LHA_CAPABLE:
|
||||||
continue
|
continue
|
||||||
if self.cp.cptype in [ControlPointType.FOB, ControlPointType.FARP] and unit not in helicopter_map.values():
|
if (
|
||||||
|
self.cp.cptype in [ControlPointType.FOB, ControlPointType.FARP]
|
||||||
|
and unit not in helicopter_map.values()
|
||||||
|
):
|
||||||
continue
|
continue
|
||||||
unit_types.add(unit)
|
unit_types.add(unit)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user