Log mod load if log_mod is set to true

master
PilzAdam 2012-10-07 19:36:30 +02:00
parent 7d222a4aa1
commit 0306aef39b
1 changed files with 4 additions and 0 deletions

View File

@ -278,3 +278,7 @@ if minetest.get_modpath("mesecons") ~= nil then
end)
end
if minetest.setting_get("log_mods") then
minetest.log("action", "tnt loaded")
end