mirror of
https://github.com/minetest-mods/item_drop.git
synced 2024-12-22 22:02:26 +01:00
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
|
||||
|
||||
if minetest.setting_get("log_mods") then
|
||||
minetest.log("action", "item_drop loaded")
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user