Log mod load if log_mod is set to true

master
PilzAdam 2012-10-07 19:40:41 +02:00
parent b981945838
commit 55c9a857e0
1 changed files with 4 additions and 0 deletions

View File

@ -221,3 +221,7 @@ minetest.register_alias("gunpowder", "tnt:gunpowder")
-- xdoors2
minetest.register_alias("door", "xdoors2:door")
if minetest.setting_get("log_mods") then
minetest.log("action", "alias loaded")
end