Only affect health- and breathbar in hide_buildin

... and leave other HUD elements in peace.
This commit is contained in:
Wuzzy 2015-02-12 04:40:30 +01:00
parent ea9a303e48
commit 357229450c
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ if set then
end
local function hide_builtin(player)
player:hud_set_flags({crosshair = true, hotbar = true, healthbar = false, wielditem = true, breathbar = false})
player:hud_set_flags({healthbar = false, breathbar = false})
end