Fix manual debrief submit not ending mission

This commit is contained in:
RndName
2022-11-30 13:09:17 +01:00
committed by Raffson
parent e5b193f21a
commit 8a17184ccc
2 changed files with 3 additions and 1 deletions

View File

@@ -238,5 +238,5 @@ class QWaitingForMissionResultWindow(QDialog):
# Stop the current waiting thread as we manually submit the results
self.wait_thread.stop()
self.on_debriefing_update(
self.sim_controller.debrief_current_state(Path(file[0], force_end=True))
self.sim_controller.debrief_current_state(Path(file[0]), force_end=True)
)