From 5d82a2d81316cae78b48b7cf58f7707bc2cb71e0 Mon Sep 17 00:00:00 2001 From: olliy <55839810+olliy1or@users.noreply.github.com> Date: Sun, 31 Jan 2021 13:23:31 +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 f7b4563..20f7a63 100644 --- a/mods/other/disallowed_names/init.lua +++ b/mods/other/disallowed_names/init.lua @@ -48,7 +48,7 @@ minetest.register_chatcommand("bdname_remove",{ minetest.register_chatcommand("bdname_list", { description = "Lists all the disallowed names.", privs = {ban= true}, - func= function(name) + func = function(name) for k in pairs(disallowed_names) do minetest.chat_send_player(name, disallowed_names[k]) end