From 8a65f94b819b947a55904c6f6785dc3433ad0232 Mon Sep 17 00:00:00 2001 From: olliy <55839810+olliy1or@users.noreply.github.com> Date: Sun, 31 Jan 2021 13:19:54 +0500 Subject: [PATCH] Update mods/other/disallowed_names/init.lua Co-authored-by: David Leal --- mods/other/disallowed_names/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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