mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Streamlining
This commit is contained in:
parent
a2e98f485c
commit
93b83f2bc8
@ -165,9 +165,10 @@ class QAutoCreateDialog(QDialog):
|
|||||||
self.game.db.flights,
|
self.game.db.flights,
|
||||||
self.game.settings,
|
self.game.settings,
|
||||||
)
|
)
|
||||||
package = pff.plan_mission(pm, 1, tracer)
|
now = self.package_model.game_model.sim_controller.current_time_in_sim
|
||||||
|
package = pff.plan_mission(pm, 1, now, tracer)
|
||||||
if package:
|
if package:
|
||||||
package.set_tot_asap()
|
package.set_tot_asap(now)
|
||||||
self.package = package
|
self.package = package
|
||||||
self.package_model.package = package
|
self.package_model.package = package
|
||||||
else:
|
else:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user