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:22:51 +05:00 committed by GitHub
parent 03d05ea77f
commit 7b4a9ee146
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ minetest.register_chatcommand("bdname_remove",{
end
})
--list disallowed names
-- List of disallowed names
minetest.register_chatcommand("bdname_list", {
description = "lists all the disallowed",
privs = {ban= true},