1
0
mirror of https://repo.or.cz/minetest_hudbars.git synced 2025-09-05 16:15:40 +02:00

8 Commits

View File

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