mirror of
https://github.com/minetest/minetest.git
synced 2025-02-17 02:22:26 +01:00
/privs: Delimit output list of privs with commas (#9224)
This commit is contained in:
@ -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,
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user