From 9c3c69702ac970adbf0cc1c17f62157ede27a47a Mon Sep 17 00:00:00 2001 From: Jarno Date: Mon, 2 Jan 2023 19:24:08 +0100 Subject: [PATCH] WebHost: Fixed game order by title in Site Map (#1349) --- WebHostLib/misc.py | 4 ---- WebHostLib/templates/siteMap.html | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/WebHostLib/misc.py b/WebHostLib/misc.py index f78ec392..aa5467d6 100644 --- a/WebHostLib/misc.py +++ b/WebHostLib/misc.py @@ -69,10 +69,6 @@ def tutorial(game, file, lang): @app.route('/tutorial/') def tutorial_landing(): - worlds = {} - for game, world in AutoWorldRegister.world_types.items(): - if not world.hidden: - worlds[game] = world return render_template("tutorialLanding.html") diff --git a/WebHostLib/templates/siteMap.html b/WebHostLib/templates/siteMap.html index 76f1003f..6d1816d5 100644 --- a/WebHostLib/templates/siteMap.html +++ b/WebHostLib/templates/siteMap.html @@ -31,14 +31,14 @@

Game Info Pages

Game Settings Pages