Merge branch 'patch-2' of https://github.com/ahmedcharles/evennia into devel
This commit is contained in:
commit
b9648e6cf4
1 changed files with 1 additions and 0 deletions
|
|
@ -186,6 +186,7 @@ class CmdInventory(MuxCommand):
|
||||||
key = "inventory"
|
key = "inventory"
|
||||||
aliases = ["inv", "i"]
|
aliases = ["inv", "i"]
|
||||||
locks = "cmd:all()"
|
locks = "cmd:all()"
|
||||||
|
arg_regex = r"$"
|
||||||
|
|
||||||
def func(self):
|
def func(self):
|
||||||
"check inventory"
|
"check inventory"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue