add WL to tss scoreboards (#1345)

This commit is contained in:
NotSoToothless
2026-06-20 18:55:17 -07:00
committed by GitHub
parent f855e289c8
commit b665eb118f
5 changed files with 327 additions and 26 deletions
+1
View File
@@ -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,