Revert "Don't propose missions the air wing can't plan."

This is redundant because plan_mission already checks this.

This reverts commit 3338df9836.
This commit is contained in:
Dan Albert
2021-06-20 15:56:28 -07:00
parent 63af28b016
commit d074500109
2 changed files with 61 additions and 95 deletions

View File

@@ -29,7 +29,6 @@ Saves from 3.x are not compatible with 4.0.
## Fixes
* **[Campaign AI]** Fix procurement for factions that lack some unit types.
* **[Campaign AI]** Improved pruning of unplannable missions which should improve turn cycle time and prevent the auto-planner from quitting early.
* **[Mission Generation]** Fixed problem with mission load when control point name contained an apostrophe.
* **[Mission Generation]** Fixed EWR group names so they contribute to Skynet again.
* **[Mission Generation]** Fixed duplicate name error when generating convoys and cargo ships when creating manual transfers after loading a game.