Log mod load if log_mod is set to true

master
PilzAdam 2012-10-07 19:46:13 +02:00
parent fa72ba55df
commit ca13db71fd
1 changed files with 4 additions and 0 deletions

View File

@ -296,3 +296,7 @@ generate_line = function(s, ypos)
end
return texture
end
if minetest.setting_get("log_mods") then
minetest.log("action", "signs loaded")
end