mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 04:27:16 +02:00
@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
|
|
@ -6,4 +6,4 @@ INSERT INTO "config_commandalias" VALUES(5,'sa','say');
|
|||
INSERT INTO "config_commandalias" VALUES(6,'@tel','@teleport');
|
||||
INSERT INTO "config_commandalias" VALUES(7,'i','inventory');
|
||||
INSERT INTO "config_commandalias" VALUES(8,'inv','inventory');
|
||||
INSERT INTO "config_commandalias" VALUES(9,'@desc','@description');
|
||||
INSERT INTO "config_commandalias" VALUES(9,'@desc','@describe');
|
||||
|
|
|
|||
|
|
@ -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