Ajoute message de chargement du mod dans le journal "action"

This commit is contained in:
sys4-fr 2018-12-26 21:18:19 +01:00
parent f4a0c31301
commit b152b04601
1 changed files with 2 additions and 0 deletions

View File

@ -326,3 +326,5 @@ end
mana.round = function(x)
return math.ceil(math.floor(x+0.5))
end
minetest.log("action", "[mana] loaded.")