/privs: Delimit output list of privs with commas (#9224)
This commit is contained in:
parent
87511649f7
commit
fab31e65e0
|
@ -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