diff --git a/evennia/commands/default/system.py b/evennia/commands/default/system.py index f6adb9a4a8..a112583b8e 100644 --- a/evennia/commands/default/system.py +++ b/evennia/commands/default/system.py @@ -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"