Verify start location hint
This commit is contained in:
parent
3b644a0af1
commit
cb9db5dff1
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue