Skip to content

Commit b47a556

Browse files
davisonioparamat
authored andcommittedFeb 18, 2016
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?
1 parent 7d2dfe4 commit b47a556

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

Diff for: ‎mods/tnt/init.lua

-5
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,3 @@ minetest.register_craft({
395395
{"", "group:wood", ""}
396396
}
397397
})
398-
399-
if minetest.setting_get("log_mods") then
400-
minetest.debug("[TNT] Loaded!")
401-
end
402-

0 commit comments

Comments
 (0)
Please sign in to comment.