1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-06-29 15:20:19 +02:00

Updates fixed

- Fixed text's copy mistakes while updating mods (in particular areas)
This commit is contained in:
LeMagnesium 2015-01-08 22:38:53 +01:00
parent fb4a56f9ac
commit 38b1f30bdc

View File

@ -2,7 +2,7 @@
minetest.register_chatcommand("protect", {
params = "<AreaName>",
description = "Protect your own area",
privs = {[areas.config.self_protection_privilege]=true}
privs = {[areas.self_protection_privilege]=true},
func = function(name, param)
if param == "" then
return false, "Invalid usage, see /help protect."