forked from minetest-mods/unified_inventory
Ajoute message de chargement du mod dans le journal "action"
This commit is contained in:
2
init.lua
2
init.lua
@ -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.")
|
||||
|
Reference in New Issue
Block a user