Activate automatic hiding

This commit is contained in:
Wuzzy 2015-02-24 07:16:15 +01:00
parent 5947496935
commit 93f07df25e
1 changed files with 1 additions and 2 deletions

View File

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