summaryrefslogtreecommitdiff
path: root/builtin.lua
diff options
context:
space:
mode:
authorBlockMen <nmuelll@web.de>2015-04-08 20:24:01 +0200
committerBlockMen <nmuelll@web.de>2015-04-08 20:24:01 +0200
commit7ece8b87bec0451f24c2d8e2cffcd06b12a0262b (patch)
tree0f596ad08ab23e9aafbb576f9bfa658f03f47d7c /builtin.lua
parent1071c7f13e491b2f3bc09bbbcb1bd6aaed6071c5 (diff)
Fix hud_flags (fixes #20); check player once more
Diffstat (limited to 'builtin.lua')
-rw-r--r--builtin.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin.lua b/builtin.lua
index b82ba41..7169c4c 100644
--- a/builtin.lua
+++ b/builtin.lua
@@ -80,7 +80,7 @@ if damage_enabled then
})
local start_value = 0
- if show_hunger then
+ if hud.show_hunger then
start_value = 20
end