Browse Source

add the runway assignment flag

Sven Czarnian 3 years ago
parent
commit
0a3502e98a
1 changed files with 1 additions and 0 deletions
  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()