mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Actually ASAP the ASAP packages.
Fixes https://github.com/dcs-liberation/dcs_liberation/issues/1117
This commit is contained in:
parent
d242079a74
commit
e6e31fd234
@ -982,7 +982,9 @@ class CoalitionMissionPlanner:
|
|||||||
logging.error(f"Could not determine mission end time for {package}")
|
logging.error(f"Could not determine mission end time for {package}")
|
||||||
continue
|
continue
|
||||||
previous_cap_end_time[package.target] = departure_time
|
previous_cap_end_time[package.target] = departure_time
|
||||||
elif not package.auto_asap:
|
elif package.auto_asap:
|
||||||
|
package.set_tot_asap()
|
||||||
|
else:
|
||||||
# But other packages should be spread out a bit. Note that take
|
# But other packages should be spread out a bit. Note that take
|
||||||
# times are delayed, but all aircraft will become active at
|
# times are delayed, but all aircraft will become active at
|
||||||
# mission start. This makes it more worthwhile to attack enemy
|
# mission start. This makes it more worthwhile to attack enemy
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user