From f2a6a769b03a60082302bdc7dfe5323d35a908d1 Mon Sep 17 00:00:00 2001 From: josephwhite <22449090+josephwhite@users.noreply.github.com> Date: Sun, 15 Feb 2026 11:46:40 -0500 Subject: [PATCH] Webhost: Fix defaults for NamedRange and TextChoice (#5139) --- WebHostLib/templates/playerOptions/macros.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/WebHostLib/templates/playerOptions/macros.html b/WebHostLib/templates/playerOptions/macros.html index a4cc3aa5ac..1df4ada7ea 100644 --- a/WebHostLib/templates/playerOptions/macros.html +++ b/WebHostLib/templates/playerOptions/macros.html @@ -55,6 +55,9 @@ {{ OptionTitle(option_name, option) }}
+ {% if option.default not in option.options.values() %} + + {% endif %} {% for id, name in option.name_lookup.items()|sort %} {% if name != "random" %} {% if option.default == id %}