1
0
mirror of https://repo.or.cz/minetest_hbarmor.git synced 2025-02-08 08:10:24 +01:00

Better indentation

This commit is contained in:
Wuzzy 2015-02-24 02:54:55 +01:00
parent 5d72f4cd6a
commit 835c477361

View File

@ -83,10 +83,8 @@ minetest.after(2.5, function()
-- update all hud elements
update_hud(player)
end
end
end
if timer > 4 then timer = 0 end
end)