Ajoute description privilège \"megabuilder\" pour admins d'areas

This commit is contained in:
Sys Quatre 2019-12-28 15:26:21 +01:00
parent 57f20bb25f
commit 26d6f56485
1 changed files with 1 additions and 0 deletions

View File

@ -442,6 +442,7 @@ minetest.register_chatcommand("area_info", {
limit, size_limit)
priv_limit_info("areas_high_limit",
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
table.insert(lines, "You can protect areas unlimited in size and number.")
elseif has_prot_priv then