From 1d565b9aaff59f2f0bd218b255e2ca8db7d7d4fe Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Fri, 19 May 2023 21:48:45 +0200 Subject: [PATCH] WebHost: add game to template export --- WebHostLib/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebHostLib/options.py b/WebHostLib/options.py index 575812fe..fca01407 100644 --- a/WebHostLib/options.py +++ b/WebHostLib/options.py @@ -44,7 +44,7 @@ def create(): # Generate JSON files for player-settings pages player_settings = { "baseOptions": { - "description": "Generated by https://archipelago.gg/", + "description": f"Generated by https://archipelago.gg/ for {game_name}", "game": game_name, "name": "Player", },