Ajoute message de chargement du mod dans le journal "action"

This commit is contained in:
sys4-fr 2018-12-25 13:54:05 +01:00
parent 8b73f9e11d
commit 0b099505eb
1 changed files with 2 additions and 0 deletions

View File

@ -80,3 +80,5 @@ end
if minetest.is_yes(minetest.setting_get("digilines_enable_rtc") or true) then if minetest.is_yes(minetest.setting_get("digilines_enable_rtc") or true) then
dofile(modpath .. "/rtc.lua") dofile(modpath .. "/rtc.lua")
end end
minetest.log("action", "[digilines] loaded.")