1
0
mirror of https://repo.or.cz/minetest_hudbars.git synced 2025-06-30 15:30:26 +02:00

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

This commit is contained in:
sys4-fr
2018-12-25 17:43:52 +01:00
parent ba21f47489
commit 67ca481f7c

View File

@ -526,3 +526,5 @@ minetest.register_globalstep(function(dtime)
end end
if timer > 4 then timer = 0 end if timer > 4 then timer = 0 end
end) end)
minetest.log("action", "[hudbars] loaded.")