Update mods/other/disallowed_names/init.lua

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
olliy 2021-01-31 13:26:24 +05:00 committed by GitHub
parent 0f41ee3fa2
commit d591aff727
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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},