Remove the optional mod loading message

This commit is contained in:
Hugo Locurcio 2019-04-03 00:19:18 +02:00
parent 835aa95f35
commit b3d0f0d179
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C
1 changed files with 0 additions and 4 deletions

View File

@ -23,7 +23,3 @@ dofile(modpath .. "/nodes.lua")
dofile(modpath .. "/redefinitions.lua")
dofile(modpath .. "/crafting.lua")
dofile(modpath .. "/aliases.lua")
if minetest.settings:get_bool("log_mods") then
minetest.log("action", S("[moreblocks] loaded."))
end