mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-04 21:10:04 -04: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:
parent
a4e144e4c8
commit
57a97de32c
1 changed files with 0 additions and 5 deletions
|
@ -395,8 +395,3 @@ minetest.register_craft({
|
|||
{"", "group:wood", ""}
|
||||
}
|
||||
})
|
||||
|
||||
if minetest.setting_get("log_mods") then
|
||||
minetest.debug("[TNT] Loaded!")
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue