Ignore range when manually using auto-create

This commit is contained in:
Raffson
2024-03-09 19:01:38 +01:00
parent 15218d0241
commit eb6afbdf02
5 changed files with 15 additions and 5 deletions

View File

@@ -223,7 +223,7 @@ class QAutoCreateDialog(QDialog):
self.game.settings,
)
now = self.package_model.game_model.sim_controller.current_time_in_sim
package = pff.plan_mission(pm, 1, now, tracer)
package = pff.plan_mission(pm, 1, now, tracer, ignore_range=True)
if package:
package.set_tot_asap(now)
self.package = package