Update mods/other/disallowed_names/init.lua
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
d591aff727
commit
741e7d2bdc
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ end)
|
||||||
|
|
||||||
-- Command to add a name to disallowed names
|
-- Command to add a name to disallowed names
|
||||||
minetest.register_chatcommand("bdname_add", {
|
minetest.register_chatcommand("bdname_add", {
|
||||||
params = "<string>",
|
params = "<name>",
|
||||||
privs = {ban = true},
|
privs = {ban = true},
|
||||||
description = "Adds a name to the disallowed names list.",
|
description = "Adds a name to the disallowed names list.",
|
||||||
func = function(name,param)
|
func = function(name,param)
|
||||||
|
|
Loading…
Reference in a new issue