mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 12:56:30 +01:00
fix cmdget help lock
This commit is contained in:
parent
c5a4a34bac
commit
b5239e18c1
1 changed files with 2 additions and 3 deletions
|
|
@ -387,13 +387,12 @@ class CmdGet(COMMAND_DEFAULT_CLASS):
|
|||
Usage:
|
||||
get <obj>
|
||||
|
||||
Picks up an object from your location and puts it in
|
||||
your inventory.
|
||||
Picks up an object from your location and puts it in your inventory.
|
||||
"""
|
||||
|
||||
key = "get"
|
||||
aliases = "grab"
|
||||
locks = "cmd:all();view:perm(Developer);read:perm(Developer)"
|
||||
locks = "cmd:all()"
|
||||
arg_regex = r"\s|$"
|
||||
|
||||
def func(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue