mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
fix: TagCmd.switch_options was misnamed
This commit is contained in:
parent
aeb0cf6854
commit
0d066f5d73
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