mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 23:47:16 +02:00
Add help_category to @players.
This commit is contained in:
parent
91608d7787
commit
d702cd069c
1 changed files with 1 additions and 0 deletions
|
|
@ -417,6 +417,7 @@ class CmdPlayers(MuxCommand):
|
|||
key = "@players"
|
||||
aliases = ["@listplayers"]
|
||||
locks = "cmd:perm(listplayers) or perm(Wizards)"
|
||||
help_category = "System"
|
||||
|
||||
def func(self):
|
||||
"List the players"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue