mirror of
https://github.com/minetest-mods/maptools.git
synced 2025-07-10 02:20:21 +02:00
Obey log_mods setting.
This commit is contained in:
2
init.lua
2
init.lua
@ -469,4 +469,6 @@ minetest.register_on_punchnode(function(pos, node, puncher)
|
|||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
if minetest.setting_getbool("log_mods") then
|
||||||
print(S("[maptools] loaded."))
|
print(S("[maptools] loaded."))
|
||||||
|
end
|
||||||
|
Reference in New Issue
Block a user