From 93f07df25ec4a7854d9c6277a6fc417bddd32437 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 24 Feb 2015 07:16:15 +0100 Subject: [PATCH] Activate automatic hiding --- init.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 8b42a4a..f752ad0 100644 --- a/init.lua +++ b/init.lua @@ -12,8 +12,7 @@ local armor_hud = {} hbarmor.tick = 0.1 -- If true, the armor bar is hidden when the player does not wear any armor --- FIXME: Currently hiding does not work, so it is turned off by default. -hbarmor.autohide = false +hbarmor.autohide = true --load custom settings local set = io.open(minetest.get_modpath("hbarmor").."/hbarmor.conf", "r")