From e28a2b28e2698429c965337a243af9feba472d33 Mon Sep 17 00:00:00 2001 From: sys4-fr Date: Fri, 8 Feb 2019 18:24:26 +0100 Subject: [PATCH] Ajoute message de chargement du mod dans le journal action --- init.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index e795c5e..04bbc62 100644 --- a/init.lua +++ b/init.lua @@ -1,4 +1,6 @@ modpath = minetest.get_modpath("colddb") dofile(string.format("%s/async.lua",modpath)) -dofile(string.format("%s/colddb.lua",modpath)) \ No newline at end of file +dofile(string.format("%s/colddb.lua",modpath)) + +minetest.log("action", "[colddb] loaded.")