diff --git a/WebHostLib/templates/supportedGames.html b/WebHostLib/templates/supportedGames.html index f6409916..7ed14ce0 100644 --- a/WebHostLib/templates/supportedGames.html +++ b/WebHostLib/templates/supportedGames.html @@ -9,7 +9,7 @@ {% include 'header/grassHeader.html' %}

Currently Supported Games

- {% for game, description in worlds.items() %} + {% for game, description in worlds.items() | sort %}

{{ game }}

Settings Page