mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Added a missing call to commit_cargo_ship_losses when committing mission results, fixing a problem which caused lost ground units on sinked cargo ships to not register.
This commit is contained in:
parent
a24ab63fc7
commit
7f948465a4
@ -210,6 +210,7 @@ class Event:
|
|||||||
self.commit_pilot_experience()
|
self.commit_pilot_experience()
|
||||||
self.commit_front_line_losses(debriefing)
|
self.commit_front_line_losses(debriefing)
|
||||||
self.commit_convoy_losses(debriefing)
|
self.commit_convoy_losses(debriefing)
|
||||||
|
self.commit_cargo_ship_losses(debriefing)
|
||||||
self.commit_airlift_losses(debriefing)
|
self.commit_airlift_losses(debriefing)
|
||||||
self.commit_ground_object_losses(debriefing)
|
self.commit_ground_object_losses(debriefing)
|
||||||
self.commit_building_losses(debriefing)
|
self.commit_building_losses(debriefing)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user