mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix AI RTB immediately with forced air-start
This commit is contained in:
parent
91ee04bf2a
commit
8c29071d04
@ -31,6 +31,7 @@
|
||||
* **[New Game Wizard]** Settings would not persist when going back to a previous page (obsolete due to overhaul).
|
||||
* **[Mission Generation]** Unused aircraft are no longer claimed, fixing a bug where these aircraft would no longer be available after aborting the mission.
|
||||
* **[Mission Generation]** Fixed (potential) bug in helipad assignments at FOBs/FARPs.
|
||||
* **[Mission Generation]** Fix AI immediately returning to base when forced to air-start due to insufficient parking space.
|
||||
|
||||
|
||||
# Retribution v1.1.1 (hotfix)
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user