Add escort mission planning to the UI.

This commit is contained in:
Dan Albert
2020-10-04 14:42:24 -07:00
parent 9e96aee89f
commit e0725ff139
3 changed files with 4 additions and 2 deletions

View File

@@ -89,6 +89,7 @@ class Package:
FlightType.CAP,
FlightType.BARCAP,
FlightType.EWAR,
FlightType.ESCORT,
]
for task in task_priorities:
if flight_counts[task]: