mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
debriefing results based only on IDs; fixes in strike ops
This commit is contained in:
@@ -85,4 +85,4 @@ class GroundObjectsGenerator:
|
||||
dead=ground_object.is_dead,
|
||||
)
|
||||
|
||||
logging.info("generated object identifier {} with mission id {}".format(group.name, group.id))
|
||||
logging.info("generated {}object identifier {} with mission id {}".format("dead " if ground_object.is_dead else "", group.name, group.id))
|
||||
|
||||
Reference in New Issue
Block a user