add WL to tss scoreboards (#1345)
This commit is contained in:
@@ -168,6 +168,7 @@ def build_scoreboard_model(game: dict[str, Any], lang_column: str = "<English>")
|
||||
"duration": game.get("duration"),
|
||||
"map": str(game.get("mission_name") or ""),
|
||||
"mission_mode": str(game.get("mission_mode") or ""),
|
||||
"tournament_id": tss.get("tournament_id"),
|
||||
"tournament_name": str(tss.get("tournament_name") or ""),
|
||||
"bracket": str(tss.get("bracket") or ""),
|
||||
"is_draw": is_draw,
|
||||
|
||||
Reference in New Issue
Block a user