mirror of
https://github.com/minetest-mods/moreores.git
synced 2025-07-15 14:20:31 +02:00
Obey log_mods setting.
This commit is contained in:
4
init.lua
4
init.lua
@ -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
|
||||
|
Reference in New Issue
Block a user