forked from mff/interact
Fix blacklist description command
This commit is contained in:
parent
da9feaf39c
commit
586f4d6eaa
2
init.lua
2
init.lua
@ -307,7 +307,7 @@ minetest.register_chatcommand("unblacklist", {
|
||||
|
||||
minetest.register_chatcommand("blacklist", {
|
||||
params = "<playername>",
|
||||
description = "Blacklist a player. [S]He won't be able to use /rules.",
|
||||
description = "Blacklist a player. (S)He won't be able to use /rules.",
|
||||
privs = {basic_privs = true, interact = true},
|
||||
func = function(name, param)
|
||||
if param == "" then
|
||||
|
Loading…
Reference in New Issue
Block a user