@description? wtf was I thinking? It's supposed to be @describe. Fixing. Existing games will need to update their alias lists.
This commit is contained in:
parent
b821bf77f0
commit
5d066a7839
2 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ ctable = {
|
|||
"@cemit": (commands_comsys.cmd_cemit, None),
|
||||
"@clist": (commands_comsys.cmd_clist, None),
|
||||
"@create": (commands_privileged.cmd_create, ("genperms.builder")),
|
||||
"@description": (commands_privileged.cmd_description, None),
|
||||
"@describe": (commands_privileged.cmd_description, None),
|
||||
"@destroy": (commands_privileged.cmd_destroy, ("genperms.builder")),
|
||||
"@dig": (commands_privileged.cmd_dig, ("genperms.builder")),
|
||||
"@emit": (commands_privileged.cmd_emit, ("genperms.announce")),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue