mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Log time spent running to first contact.
This commit is contained in:
parent
8128b2ed17
commit
205929bfc9
@ -280,7 +280,8 @@ class QTopPanel(QFrame):
|
||||
return
|
||||
|
||||
if self.game.settings.fast_forward_to_first_contact:
|
||||
self.sim_controller.run_to_first_contact()
|
||||
with logged_duration("Simulating to first contact"):
|
||||
self.sim_controller.run_to_first_contact()
|
||||
self.sim_controller.generate_miz(
|
||||
persistency.mission_path_for("liberation_nextturn.miz")
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user