From 5083ada500b87e01c610644025dd20a4220cb0b6 Mon Sep 17 00:00:00 2001 From: sys4-fr Date: Tue, 25 Dec 2018 15:40:52 +0100 Subject: [PATCH] Ajoute message de chargement du mod dans le journal "action" --- init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.lua b/init.lua index 8e8511d..a1aa073 100755 --- a/init.lua +++ b/init.lua @@ -207,3 +207,5 @@ minetest.register_chatcommand("fail", { -- Create the same things for cookies dofile(minetest.get_modpath("fail").."/cookie.lua") + +minetest.log("action", "[fail] loaded.")