diff --git a/mods/other/disallowed_names/init.lua b/mods/other/disallowed_names/init.lua index 20f7a63..8da939e 100644 --- a/mods/other/disallowed_names/init.lua +++ b/mods/other/disallowed_names/init.lua @@ -47,7 +47,7 @@ minetest.register_chatcommand("bdname_remove",{ -- List of disallowed names minetest.register_chatcommand("bdname_list", { description = "Lists all the disallowed names.", - privs = {ban= true}, + privs = {ban = true}, func = function(name) for k in pairs(disallowed_names) do minetest.chat_send_player(name, disallowed_names[k])