diff --git a/mesecons_gamecompat/init.lua b/mesecons_gamecompat/init.lua index d577ff8..2fc44d1 100644 --- a/mesecons_gamecompat/init.lua +++ b/mesecons_gamecompat/init.lua @@ -10,5 +10,6 @@ mesecon.dye_colors = { } if minetest.get_modpath("default") then + minetest.log("info", "Mesecons: detected Minetest Game for game compatibility") dofile(minetest.get_modpath("mesecons_gamecompat").."/compat_mtg.lua") end