From cb9db5dff168f41e92a9fa90c7102ff5dfce4fe9 Mon Sep 17 00:00:00 2001 From: CaitSith2 Date: Fri, 20 May 2022 09:40:17 -0700 Subject: [PATCH] Verify start location hint --- Options.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Options.py b/Options.py index 4cab6769..6a3dd5bc 100644 --- a/Options.py +++ b/Options.py @@ -624,6 +624,7 @@ class StartHints(ItemSet): class StartLocationHints(OptionSet): """Start with these locations and their item prefilled into the !hint command""" display_name = "Start Location Hints" + verify_location_name = True class ExcludeLocations(OptionSet):