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

View file

@ -46,7 +46,7 @@ minetest.register_chatcommand("bdname_remove",{
-- List of disallowed names
minetest.register_chatcommand("bdname_list", {
description = "lists all the disallowed",
description = "Lists all the disallowed names.",
privs = {ban= true},
func= function(name)
for k in pairs(disallowed_names) do