diff --git a/mods/other/disallowed_names/init.lua b/mods/other/disallowed_names/init.lua index 99af6a4..f79d40a 100644 --- a/mods/other/disallowed_names/init.lua +++ b/mods/other/disallowed_names/init.lua @@ -12,7 +12,7 @@ end) -- Command to add a name to disallowed names minetest.register_chatcommand("bdname_add", { - params = "", + params = "", privs = {ban = true}, description = "Adds a name to the disallowed names list.", func = function(name,param)