From fb9516c15f83ea23546f0aa374327224ba4847d7 Mon Sep 17 00:00:00 2001 From: BlockMen Date: Tue, 2 Jul 2013 17:11:21 +0200 Subject: [PATCH] Fix typo --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index ceda859..08d8074 100644 --- a/init.lua +++ b/init.lua @@ -25,7 +25,7 @@ if set then dofile(minetest.get_modpath("hud").."/hud.conf") end --minetest.after(SAVE_INTERVAL, timer, SAVE_INTERVAL) local function hide_builtin(player) - player:hud_set_flags({crosshair = false, hotbar = true, healthbar = false, wielditem = true, breathbar = DISABLE_DROWNING}) + player:hud_set_flags({crosshair = false, hotbar = true, healthbar = false, wielditem = true, breathbar = HUD_DISABLE_DROWNING}) end