From 357229450c8c3b8ba7670025628d78d9a0813818 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 12 Feb 2015 04:40:30 +0100 Subject: [PATCH] Only affect health- and breathbar in hide_buildin ... and leave other HUD elements in peace. --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 778dbf5..a05a31c 100644 --- a/init.lua +++ b/init.lua @@ -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