mirror of
https://github.com/evennia/evennia.git
synced 2026-03-23 08:16:30 +01:00
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"
|
||||
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)"
|
||||
help_category = "Building"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue