From 1e4af5ef1adda596a3d58bcf9d917a5d3f18db0c Mon Sep 17 00:00:00 2001 From: Jude Melton-Houghton Date: Tue, 26 Apr 2022 14:29:44 -0400 Subject: [PATCH] Add MTG compat log info Co-authored-by: sfan5 --- mesecons_gamecompat/init.lua | 1 + 1 file changed, 1 insertion(+) 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