From 26d6f5648547a065722fd1c04c3f64abcf67b1f5 Mon Sep 17 00:00:00 2001 From: sys4 Date: Sat, 28 Dec 2019 15:26:21 +0100 Subject: [PATCH] =?UTF-8?q?Ajoute=20description=20privil=C3=A8ge=20\"megab?= =?UTF-8?q?uilder\"=20pour=20admins=20d'areas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chatcommands.lua | 1 + 1 file changed, 1 insertion(+) 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