mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 06:27:17 +02:00
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"
|
||||
aliases = ["inv", "i"]
|
||||
locks = "cmd:all()"
|
||||
arg_regex = r"$"
|
||||
|
||||
def func(self):
|
||||
"check inventory"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue