Verify start location hint

This commit is contained in:
CaitSith2 2022-05-20 09:40:17 -07:00 committed by Fabian Dill
parent 3b644a0af1
commit cb9db5dff1
1 changed files with 1 additions and 0 deletions

View File

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