소스 검색

add the runway assignment flag

Sven Czarnian 3 년 전
부모
커밋
0a3502e98a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      aman/config/AirportSequencing.py

+ 1 - 0
aman/config/AirportSequencing.py

@@ -7,6 +7,7 @@ class AirportSequencing:
         self.Airport = icao
         self.ActiveArrivalRunways = []
         self.RunwayDependencies = []
+        self.UseMustShallMay = True
 
     def clearData(self):
         self.ActiveArrivalRunways.clear()