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