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:
|
Usage:
|
||||||
get <obj>
|
get <obj>
|
||||||
|
|
||||||
Picks up an object from your location and puts it in
|
Picks up an object from your location and puts it in your inventory.
|
||||||
your inventory.
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
key = "get"
|
key = "get"
|
||||||
aliases = "grab"
|
aliases = "grab"
|
||||||
locks = "cmd:all();view:perm(Developer);read:perm(Developer)"
|
locks = "cmd:all()"
|
||||||
arg_regex = r"\s|$"
|
arg_regex = r"\s|$"
|
||||||
|
|
||||||
def func(self):
|
def func(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue