diff --git a/mods/other/disallowed_names/init.lua b/mods/other/disallowed_names/init.lua index 28db9c2..2f80f15 100644 --- a/mods/other/disallowed_names/init.lua +++ b/mods/other/disallowed_names/init.lua @@ -13,7 +13,7 @@ end) --adds a name to disallowed names minetest.register_chatcommand("bdname_add", { params = "", - privs = {ban= true}, + privs = {ban = true}, description = "adds a name to disallowed names", func = function(name,param) if param ~= "" then