From 211a0fd1b2c90fabd8899f2dae8dd1739dcd7e4e Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 24 Feb 2015 06:45:16 +0100 Subject: [PATCH] Fix typo --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index f326f01..e3b6492 100644 --- a/init.lua +++ b/init.lua @@ -61,7 +61,7 @@ local function update_hud(player) arm = 0 hbarmor.armor[name] = 0 end - if hb.autohide then + if hbarmor.autohide then -- hide armor bar completely when there is none if must_hide(name, arm) then hb.hide_hudbar(player, "armor")