Log mod load if log_mod is set to true

This commit is contained in:
PilzAdam 2012-10-07 19:42:41 +02:00
parent 60b15341fa
commit 913540214c
1 changed files with 4 additions and 0 deletions

View File

@ -176,3 +176,7 @@ minetest.register_entity(":__builtin:item", {
self.object:remove()
end,
})
if minetest.setting_get("log_mods") then
minetest.log("action", "builtin_item loaded")
end