mirror of
https://github.com/minetest-mods/moreores.git
synced 2024-12-22 22:02:28 +01:00
Obey log_mods setting.
This commit is contained in:
parent
f848f5174f
commit
0f08da9a4e
4
init.lua
4
init.lua
@ -365,4 +365,6 @@ if minetest.get_modpath("mg") then
|
|||||||
dofile(moreores_modpath.."/mg.lua")
|
dofile(moreores_modpath.."/mg.lua")
|
||||||
end
|
end
|
||||||
|
|
||||||
print(S("[moreores] loaded."))
|
if minetest.setting_getbool("log_mods") then
|
||||||
|
print(S("[moreores] loaded."))
|
||||||
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user