diff options
Diffstat (limited to 'builtin/client/chatcommands.lua')
-rw-r--r-- | builtin/client/chatcommands.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/client/chatcommands.lua b/builtin/client/chatcommands.lua index 5cb1b40bb..f514f754b 100644 --- a/builtin/client/chatcommands.lua +++ b/builtin/client/chatcommands.lua @@ -37,7 +37,7 @@ core.register_on_sending_chat_message(function(message) return true end) -core.register_chatcommand("list_players", { +core.register_chatcommand("players", { description = core.gettext("List online players"), func = function(param) local player_names = core.get_player_names() |