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:
ghost 2021-10-08 20:38:25 +03:00 committed by Dan Albert
parent a24ab63fc7
commit 7f948465a4

View File

@ -210,6 +210,7 @@ class Event:
self.commit_pilot_experience()
self.commit_front_line_losses(debriefing)
self.commit_convoy_losses(debriefing)
self.commit_cargo_ship_losses(debriefing)
self.commit_airlift_losses(debriefing)
self.commit_ground_object_losses(debriefing)
self.commit_building_losses(debriefing)