Fix AI RTB immediately with forced air-start

This commit is contained in:
Raffson
2023-06-15 03:49:32 +02:00
parent 91ee04bf2a
commit 8c29071d04
2 changed files with 2 additions and 0 deletions

View File

@@ -142,6 +142,7 @@ class FlightGroupSpawner:
logging.warning(
"No room on runway or parking slots. Starting from the air."
)
self.flight.start_type = StartType.IN_FLIGHT
group = self._generate_over_departure(name, cp)
return group