mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Stop counting neutral base captures in status.
These had no effect but were being counted on the waiting for mission results page. Cleaned up the implementation a bunch while I was here. Fixes https://github.com/Khopa/dcs_liberation/issues/1037
This commit is contained in:
@@ -173,7 +173,7 @@ class QWaitingForMissionResultWindow(QDialog):
|
||||
"Buildings destroyed", list(debriefing.building_losses), update_layout
|
||||
)
|
||||
self.add_update_row(
|
||||
"Base capture events", list(debriefing.base_capture_events), update_layout
|
||||
"Base capture events", debriefing.base_captures, update_layout
|
||||
)
|
||||
|
||||
# Clear previous content of the window
|
||||
|
||||
Reference in New Issue
Block a user