From: Craig Davison Date: Mon, 1 Feb 2016 17:16:20 +0000 (+0000) Subject: Remove log_mods from TNT X-Git-Tag: 0.4.14~137 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b47a5564720f7fddcdd9163c3b1847abd47f4c3d;p=oweals%2Fminetest_game.git Remove log_mods from TNT This option is not documented nor is it used with any other mod in Minetest Game so why should it be used in TNT? --- diff --git a/mods/tnt/init.lua b/mods/tnt/init.lua index e10ac2fe..4e033c61 100644 --- a/mods/tnt/init.lua +++ b/mods/tnt/init.lua @@ -395,8 +395,3 @@ minetest.register_craft({ {"", "group:wood", ""} } }) - -if minetest.setting_get("log_mods") then - minetest.debug("[TNT] Loaded!") -end -