mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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"
|
||||
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