mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
/privs: Delimit output list of privs with commas (#9224)
This commit is contained in:
parent
4b9fabf172
commit
ec3224dce2
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ core.register_chatcommand("privs", {
|
||||||
end
|
end
|
||||||
return true, "Privileges of " .. name .. ": "
|
return true, "Privileges of " .. name .. ": "
|
||||||
.. core.privs_to_string(
|
.. core.privs_to_string(
|
||||||
core.get_player_privs(name), ' ')
|
core.get_player_privs(name), ", ")
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue