fix war tie campaign sorted unwanted participant

This commit is contained in:
Maxime Réaux 2026-02-26 15:14:44 +01:00
parent e7d3b962ca
commit e64d9ff43b
2 changed files with 10 additions and 10 deletions

View file

@ -149,7 +149,6 @@ class WarController:
for pid in active
]
counters = [war.get_influence_tokens(pid) for pid in active]
# TODO fix sorted participants included in tie-break after campaign ranking
dialog = TieDialog(
parent=self.app.view,
players=players,