mirror of
https://github.com/evennia/evennia.git
synced 2026-03-24 00:36:30 +01:00
Set the correct help_category for the @script command.
This commit is contained in:
parent
126e2ea61f
commit
2dd856d1f2
1 changed files with 1 additions and 1 deletions
|
|
@ -1639,8 +1639,8 @@ class CmdScript(MuxCommand):
|
|||
|
||||
key = "@script"
|
||||
aliases = "@addscript"
|
||||
|
||||
locks = "cmd:perm(script) or perm(Wizards)"
|
||||
help_category = "Building"
|
||||
|
||||
def func(self):
|
||||
"Do stuff"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue