mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Merge pull request #3585 from erratic-pattern/tag-cmd-switch-options-typo
fix: TagCmd.switch_options was misnamed
This commit is contained in:
commit
73aa5cbeae
1 changed files with 1 additions and 1 deletions
|
|
@ -3922,7 +3922,7 @@ class CmdTag(COMMAND_DEFAULT_CLASS):
|
|||
|
||||
key = "@tag"
|
||||
aliases = ["@tags"]
|
||||
options = ("search", "del")
|
||||
switch_options = ("search", "del")
|
||||
locks = "cmd:perm(tag) or perm(Builder)"
|
||||
help_category = "Building"
|
||||
arg_regex = r"(/\w+?(\s|$))|\s|$"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue