1
0
mirror of https://repo.or.cz/minetest_hudbars.git synced 2025-06-28 22:46:06 +02:00

1 Commits

Author SHA1 Message Date
67ca481f7c Ajoute message de chargement du mod dans le journal "action" 2018-12-25 17:43:52 +01:00

View File

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