mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-25 18:20:36 +01:00
Updates fixed
- Fixed text's copy mistakes while updating mods (in particular areas)
This commit is contained in:
parent
fb4a56f9ac
commit
38b1f30bdc
@ -2,7 +2,7 @@
|
|||||||
minetest.register_chatcommand("protect", {
|
minetest.register_chatcommand("protect", {
|
||||||
params = "<AreaName>",
|
params = "<AreaName>",
|
||||||
description = "Protect your own area",
|
description = "Protect your own area",
|
||||||
privs = {[areas.config.self_protection_privilege]=true}
|
privs = {[areas.self_protection_privilege]=true},
|
||||||
func = function(name, param)
|
func = function(name, param)
|
||||||
if param == "" then
|
if param == "" then
|
||||||
return false, "Invalid usage, see /help protect."
|
return false, "Invalid usage, see /help protect."
|
||||||
|
Loading…
Reference in New Issue
Block a user