mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Refactor & fix code after comments
This commit is contained in:
@@ -1133,7 +1133,7 @@ class Fob(ControlPoint):
|
||||
self.name = name
|
||||
|
||||
def runway_is_operational(self) -> bool:
|
||||
return False
|
||||
return self.has_helipads
|
||||
|
||||
def active_runway(
|
||||
self, conditions: Conditions, dynamic_runways: Dict[str, RunwayData]
|
||||
|
||||
Reference in New Issue
Block a user