mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +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)
|
||||
|
||||
def can_operate(self, aircraft: AircraftType) -> bool:
|
||||
if aircraft.helicopter:
|
||||
return True
|
||||
else:
|
||||
return False
|
||||
return aircraft.helicopter
|
||||
|
||||
@property
|
||||
def heading(self) -> Heading:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user