Log mod load if log_mod is set to true

master
PilzAdam 2012-10-07 19:44:57 +02:00
parent 31a425ef9f
commit f95ae96848
1 changed files with 4 additions and 0 deletions

View File

@ -297,3 +297,7 @@ mobs:register_arrow("mobs:fireball", {
end
end
})
if minetest.setting_get("log_mods") then
minetest.log("action", "mobs loaded")
end