diff --git a/technic/init.lua b/technic/init.lua index 7d41b89..2349029 100644 --- a/technic/init.lua +++ b/technic/init.lua @@ -40,7 +40,7 @@ dofile(modpath.."/tools/init.lua") -- Aliases for legacy node/item names dofile(modpath.."/legacy.lua") -if minetest.setting_get("log_mod") then +if minetest.setting_getbool("log_mods") then print(S("[Technic] Loaded in %f seconds"):format(os.clock() - load_start)) end