Merge branch 'devel' of github.com:evennia/evennia into devel
This commit is contained in:
commit
d952f47292
1 changed files with 1 additions and 0 deletions
|
|
@ -417,6 +417,7 @@ class CmdPlayers(MuxCommand):
|
||||||
key = "@players"
|
key = "@players"
|
||||||
aliases = ["@listplayers"]
|
aliases = ["@listplayers"]
|
||||||
locks = "cmd:perm(listplayers) or perm(Wizards)"
|
locks = "cmd:perm(listplayers) or perm(Wizards)"
|
||||||
|
help_category = "System"
|
||||||
|
|
||||||
def func(self):
|
def func(self):
|
||||||
"List the players"
|
"List the players"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue