mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Fixed another minor issue with the PR
This commit is contained in:
parent
9ea1edf9db
commit
4f53e2beea
@ -1187,10 +1187,7 @@ class Fob(ControlPoint):
|
|||||||
return len(self.helipads)
|
return len(self.helipads)
|
||||||
|
|
||||||
def can_operate(self, aircraft: AircraftType) -> bool:
|
def can_operate(self, aircraft: AircraftType) -> bool:
|
||||||
if aircraft.helicopter:
|
return aircraft.helicopter
|
||||||
return True
|
|
||||||
else:
|
|
||||||
return False
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def heading(self) -> Heading:
|
def heading(self) -> Heading:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user