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

This commit is contained in:
sys4-fr 2019-01-19 20:25:08 +01:00
parent c515b58ca1
commit 32e3f8928b
1 changed files with 2 additions and 0 deletions

View File

@ -3906,3 +3906,5 @@ minetest.register_node("witchcraft:candle", {
dofile(minetest.get_modpath("witchcraft").."/scrolls.lua") dofile(minetest.get_modpath("witchcraft").."/scrolls.lua")
dofile(minetest.get_modpath("witchcraft").."/brewing_stand.lua") dofile(minetest.get_modpath("witchcraft").."/brewing_stand.lua")
minetest.log("action", "[witchcraft] loaded.")