From 941bfc27f95832d61c71a37f962347f7020cf972 Mon Sep 17 00:00:00 2001 From: sys4-fr Date: Mon, 24 Dec 2018 01:57:58 +0100 Subject: [PATCH] Ajout message de chargement du mod dans le journal "action" --- 3d_armor/init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/3d_armor/init.lua b/3d_armor/init.lua index f208081..4d8e362 100644 --- a/3d_armor/init.lua +++ b/3d_armor/init.lua @@ -467,3 +467,5 @@ if armor.config.water_protect == true or armor.config.fire_protect == true then armor.timer = 0 end) end + +minetest.log("action", "[3d_armor] loaded.")