mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix manual debrief submit not ending mission
This commit is contained in:
parent
e5b193f21a
commit
8a17184ccc
@ -46,6 +46,8 @@ Saves from 6.0.0 are compatible with 6.1.0
|
|||||||
|
|
||||||
## Fixes
|
## Fixes
|
||||||
|
|
||||||
|
* **[UI]** Fixed an issue where manual submit of mission results did not end the mission correctly.
|
||||||
|
|
||||||
# 6.0.0
|
# 6.0.0
|
||||||
|
|
||||||
Saves from 5.x are not compatible with 6.0.
|
Saves from 5.x are not compatible with 6.0.
|
||||||
|
|||||||
@ -238,5 +238,5 @@ class QWaitingForMissionResultWindow(QDialog):
|
|||||||
# Stop the current waiting thread as we manually submit the results
|
# Stop the current waiting thread as we manually submit the results
|
||||||
self.wait_thread.stop()
|
self.wait_thread.stop()
|
||||||
self.on_debriefing_update(
|
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)
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user