HK: Workaround for NamedRange webhost bug (#4819)

This commit is contained in:
qwint
2025-04-10 13:18:43 -05:00
committed by GitHub
parent 934b09238e
commit 879d7c23b7

View File

@@ -450,7 +450,7 @@ class GrubHuntGoal(NamedRange):
display_name = "Grub Hunt Goal"
range_start = 1
range_end = 46
special_range_names = {"all": -1}
special_range_names = {"all": -1, "forty_six": 46}
default = 46