Log mod load if log_mod is set to true

This commit is contained in:
PilzAdam 2012-10-07 19:44:16 +02:00
parent 8b8a838882
commit a41ddb6705
1 changed files with 4 additions and 0 deletions

View File

@ -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