diff --git a/chatcommands.lua b/chatcommands.lua index 190a024..c98b499 100644 --- a/chatcommands.lua +++ b/chatcommands.lua @@ -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