diff options
author | Calinou <calinou@opmbx.org> | 2014-04-30 20:04:58 +0200 |
---|---|---|
committer | Calinou <calinou@opmbx.org> | 2014-04-30 20:04:58 +0200 |
commit | 0f08da9a4e78e887aa4618906c03b62048c3ff0c (patch) | |
tree | 5a84bb7ccbabe3c7f28240e1ef7d7c2f74ed6027 /init.lua | |
parent | f848f5174f193a0583a1152285a12e121a4451c9 (diff) |
Obey log_mods setting.
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |