From 741e7d2bdc6098e400fe94243a7b3ea2c7af9333 Mon Sep 17 00:00:00 2001 From: olliy <55839810+olliy1or@users.noreply.github.com> Date: Sun, 31 Jan 2021 13:26:40 +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 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)