diff --git a/mods/other/disallowed_names/init.lua b/mods/other/disallowed_names/init.lua index 3b28ebf..83e3070 100644 --- a/mods/other/disallowed_names/init.lua +++ b/mods/other/disallowed_names/init.lua @@ -44,7 +44,7 @@ minetest.register_chatcommand("bdname_remove",{ end }) ---list disallowed names +-- List of disallowed names minetest.register_chatcommand("bdname_list", { description = "lists all the disallowed", privs = {ban= true},