forked from minetest-mods/item_drop
Log mod load if log_mod is set to true
This commit is contained in:
parent
8b8a838882
commit
a41ddb6705
4
init.lua
4
init.lua
@ -92,3 +92,7 @@ function minetest.handle_node_drops(pos, drops, digger)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if minetest.setting_get("log_mods") then
|
||||||
|
minetest.log("action", "item_drop loaded")
|
||||||
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user