Obey log_mods setting.

This commit is contained in:
Calinou 2014-04-30 20:04:58 +02:00
parent f848f5174f
commit 0f08da9a4e
1 changed files with 3 additions and 1 deletions

View File

@ -365,4 +365,6 @@ if minetest.get_modpath("mg") then
dofile(moreores_modpath.."/mg.lua")
end
print(S("[moreores] loaded."))
if minetest.setting_getbool("log_mods") then
print(S("[moreores] loaded."))
end