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
1 changed files with 1 additions and 1 deletions

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."