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

This commit is contained in:
sys4-fr 2019-01-19 19:43:04 +01:00
parent 264833ed41
commit 4f666f93d0
1 changed files with 2 additions and 0 deletions

View File

@ -82,3 +82,5 @@ dofile(modpath.."/item_names.lua")
if minetest.get_modpath("datastorage") then
dofile(modpath.."/waypoints.lua")
end
minetest.log("action", "[unified_inventory] loaded.")