From ea6f428e7d87b3f3ee58cc76f862e4506e2d9fbc Mon Sep 17 00:00:00 2001 From: sys4-fr Date: Sat, 19 Jan 2019 19:35:58 +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 af48b99..fb91745 100644 --- a/init.lua +++ b/init.lua @@ -227,3 +227,5 @@ if minetest.get_modpath("pyramids") == nil then -- FIXME: Entities are currently NOT backwards-compatible -- TODO: Update README when full backwards-compability is achieved end + +minetest.log("action", "[tsm_pyramids] loaded.")