forked from nalc/areas
Ajoute description privilège \"megabuilder\" pour admins d'areas
This commit is contained in:
parent
57f20bb25f
commit
26d6f56485
@ -442,6 +442,7 @@ minetest.register_chatcommand("area_info", {
|
|||||||
limit, size_limit)
|
limit, size_limit)
|
||||||
priv_limit_info("areas_high_limit",
|
priv_limit_info("areas_high_limit",
|
||||||
limit_high, size_limit_high)
|
limit_high, size_limit_high)
|
||||||
|
table.insert(lines, "Players with the \"megabuilder\" privilege can protect unlimited areas in size and number.")
|
||||||
elseif privs.megabuilder then
|
elseif privs.megabuilder then
|
||||||
table.insert(lines, "You can protect areas unlimited in size and number.")
|
table.insert(lines, "You can protect areas unlimited in size and number.")
|
||||||
elseif has_prot_priv then
|
elseif has_prot_priv then
|
||||||
|
Loading…
Reference in New Issue
Block a user