forked from minetest-mods/maptools
Obey log_mods setting.
This commit is contained in:
parent
2ebb2ad22e
commit
9d900c28ed
4
init.lua
4
init.lua
@ -469,4 +469,6 @@ minetest.register_on_punchnode(function(pos, node, puncher)
|
||||
end
|
||||
end)
|
||||
|
||||
print(S("[maptools] loaded."))
|
||||
if minetest.setting_getbool("log_mods") then
|
||||
print(S("[maptools] loaded."))
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user