1
0
espelhamento de git://repo.or.cz/minetest_mana.git sincronizado 2025-12-31 02:55:28 +01:00

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

Esse commit está contido em:
sys4-fr
2018-12-26 21:18:19 +01:00
commit b152b04601

Ver Arquivo

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