1
0
mirror of https://repo.or.cz/minetest_hudbars.git synced 2025-07-19 16:50:23 +02:00

6 Commits

View File

@ -564,3 +564,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.")