Update mods/other/disallowed_names/init.lua
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
7b4a9ee146
commit
c076f5fb4c
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ minetest.register_chatcommand("bdname_remove",{
|
|||
|
||||
-- List of disallowed names
|
||||
minetest.register_chatcommand("bdname_list", {
|
||||
description = "lists all the disallowed",
|
||||
description = "Lists all the disallowed names.",
|
||||
privs = {ban= true},
|
||||
func= function(name)
|
||||
for k in pairs(disallowed_names) do
|
||||
|
|
Loading…
Reference in a new issue