mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
fix frontline generation (#609)
This commit is contained in:
@@ -768,7 +768,9 @@ class FlotGenerator:
|
||||
positioned_groups = []
|
||||
assert self.conflict.heading is not None
|
||||
spawn_heading = (
|
||||
self.conflict.heading.left if is_player else self.conflict.heading.right
|
||||
self.conflict.heading.left
|
||||
if is_player.is_blue
|
||||
else self.conflict.heading.right
|
||||
)
|
||||
country = self.game.coalition_for(is_player).faction.country
|
||||
country = self.mission.country(country.name)
|
||||
|
||||
Reference in New Issue
Block a user