0.8 has switches defined in the command, need to make the change from the 0.7 changeset this originated from.
This commit is contained in:
parent
04db9292ce
commit
32ea0075e6
1 changed files with 1 additions and 1 deletions
|
|
@ -2286,7 +2286,7 @@ class CmdFind(COMMAND_DEFAULT_CLASS):
|
||||||
|
|
||||||
key = "@find"
|
key = "@find"
|
||||||
aliases = "@search, @locate"
|
aliases = "@search, @locate"
|
||||||
switch_options = ("room", "exit", "char", "exact", "loc")
|
switch_options = ("room", "exit", "char", "exact", "loc", "contains")
|
||||||
locks = "cmd:perm(find) or perm(Builder)"
|
locks = "cmd:perm(find) or perm(Builder)"
|
||||||
help_category = "Building"
|
help_category = "Building"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue