WebHost: Fixed game order by title in Site Map (#1349)

This commit is contained in:
Jarno
2023-01-02 19:24:08 +01:00
committed by GitHub
parent dae1a3e0f9
commit 9c3c69702a
2 changed files with 2 additions and 6 deletions

View File

@@ -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")