fix cmdget help lock

This commit is contained in:
InspectorCaracal 2024-02-19 11:44:47 -07:00 committed by Cal
parent c5a4a34bac
commit b5239e18c1

View file

@ -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):