Refactor & fix code after comments

This commit is contained in:
Khopa
2021-06-10 13:19:22 +02:00
parent e00951e5b9
commit 1b9ac088e4
3 changed files with 3 additions and 7 deletions

View File

@@ -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]