Remove the optional mod loading message

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

View File

@ -382,7 +382,3 @@ for orename, def in pairs(oredefs) do
-- Register everything
add_ore("moreores", def.description, orename, def)
end
if minetest.settings:get_bool("log_mods") then
minetest.log("action", S("[moreores] loaded."))
end