Change le message de chargement du mod vers le journal "action"

This commit is contained in:
sys4-fr 2019-01-05 21:40:24 +01:00
parent 9d7734cce7
commit 7bf9c368c6

View File

@ -1042,5 +1042,5 @@ local msg = ("[nether] loaded after ca. %g seconds."):format(time)
if time > 0.01 then if time > 0.01 then
print(msg) print(msg)
else else
minetest.log("info", msg) minetest.log("action", msg)
end end