Update mods/other/disallowed_names/init.lua
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
c35bd98e34
commit
8a65f94b81
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ end)
|
||||||
--adds a name to disallowed names
|
--adds a name to disallowed names
|
||||||
minetest.register_chatcommand("bdname_add", {
|
minetest.register_chatcommand("bdname_add", {
|
||||||
params = "<string>",
|
params = "<string>",
|
||||||
privs = {ban= true},
|
privs = {ban = true},
|
||||||
description = "adds a name to disallowed names",
|
description = "adds a name to disallowed names",
|
||||||
func = function(name,param)
|
func = function(name,param)
|
||||||
if param ~= "" then
|
if param ~= "" then
|
||||||
|
|
Loading…
Reference in a new issue