/privs: Delimit output list of privs with commas (#9224)
parent
4b9fabf172
commit
ec3224dce2
|
@ -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,
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue