Fix blacklist description command

This commit is contained in:
Sys Quatre 2020-08-22 10:44:34 +02:00
parent da9feaf39c
commit 586f4d6eaa
1 changed files with 1 additions and 1 deletions

View File

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