forked from Mirrorlandia_minetest/minetest
/privs: Delimit output list of privs with commas (#9224)
This commit is contained in:
parent
4b9fabf172
commit
ec3224dce2
@ -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…
Reference in New Issue
Block a user