1
0
mirror of https://github.com/minetest/minetest_game.git synced 2024-09-25 13:20:21 +02:00

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?
This commit is contained in:
Craig Davison 2016-02-01 17:16:20 +00:00 committed by paramat
parent 7d2dfe4101
commit b47a556472

View File

@ -395,8 +395,3 @@ minetest.register_craft({
{"", "group:wood", ""}
}
})
if minetest.setting_get("log_mods") then
minetest.debug("[TNT] Loaded!")
end