mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 01:30:38 +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", {
|
||||
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."
|
||||
|
Loading…
Reference in New Issue
Block a user