diff options
Diffstat (limited to 'public/join.js')
-rw-r--r-- | public/join.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/join.js b/public/join.js index 9228481..286e400 100644 --- a/public/join.js +++ b/public/join.js @@ -329,6 +329,8 @@ function create_game_list() { if (game.pool_name) { create_game_list_item(list, "Tournament", `<a href="/tm/pool/${game.pool_name}">${game.pool_name}</a>`) + if (game.scenario !== "Standard") + create_game_list_item(list, "Scenario", game.scenario) } else { if (game.scenario !== "Standard") create_game_list_item(list, "Scenario", game.scenario) |