Update mods/other/disallowed_names/init.lua
Co-authored-by: Apelta <54854228+TSafa-23@users.noreply.github.com>
This commit is contained in:
parent
9bc4491f2c
commit
5abb26cb28
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ minetest.register_chatcommand("bdname_list", {
|
||||||
description = "lists all the disallowed",
|
description = "lists all the disallowed",
|
||||||
privs = {ban= true},
|
privs = {ban= true},
|
||||||
func= function(name)
|
func= function(name)
|
||||||
for k,v in pairs(disallowed_names) do
|
for k in pairs(disallowed_names) do
|
||||||
minetest.chat_send_player(name, disallowed_names[k])
|
minetest.chat_send_player(name, disallowed_names[k])
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue