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")