This commit is contained in:
BlockMen 2013-07-02 17:11:21 +02:00
parent 74889570ef
commit fb9516c15f
1 changed files with 1 additions and 1 deletions

View File

@ -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