mirror of
https://github.com/HybridDog/builtin_item.git
synced 2025-05-23 11:40:32 +02:00
Log mod load if log_mod is set to true
This commit is contained in:
parent
60b15341fa
commit
913540214c
4
init.lua
4
init.lua
@ -176,3 +176,7 @@ minetest.register_entity(":__builtin:item", {
|
|||||||
self.object:remove()
|
self.object:remove()
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
if minetest.setting_get("log_mods") then
|
||||||
|
minetest.log("action", "builtin_item loaded")
|
||||||
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user