Better indentation

This commit is contained in:
Wuzzy 2015-02-24 02:54:55 +01:00
parent 5d72f4cd6a
commit 835c477361
1 changed files with 15 additions and 17 deletions

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)