Skip to content

Commit

Permalink
/privs: Delimit output list of privs with commas (#9224)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClobberXD authored and SmallJoker committed Dec 20, 2019
1 parent 4b9fabf commit ec3224d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/game/chat.lua
Expand Up @@ -141,7 +141,7 @@ core.register_chatcommand("privs", {
end
return true, "Privileges of " .. name .. ": "
.. core.privs_to_string(
core.get_player_privs(name), ' ')
core.get_player_privs(name), ", ")
end,
})

Expand Down

0 comments on commit ec3224d

Please sign in to comment.