mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
fixed naval intercept crash; fixed wrong targets order; fixed initial waypoint being WP #1; m2k a2g ccip; fixed time being time zone offset ahead; lowered rain weather chance
This commit is contained in:
@@ -163,7 +163,7 @@ class Debriefing:
|
||||
self.destroyed_objects.append(str(group.name))
|
||||
self._dead_units.remove(identifier)
|
||||
|
||||
print("debriefing: unsatistied ids: {}".format(self._dead_units))
|
||||
logging.info("debriefing: unsatistied ids: {}".format(self._dead_units))
|
||||
|
||||
self.alive_units = {
|
||||
player.name: {k: v - self.destroyed_units[player.name].get(k, 0) for k, v in player_units.items()},
|
||||
|
||||
Reference in New Issue
Block a user