mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Ignore range when manually using auto-create
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user