diff options
Diffstat (limited to 'builtin.lua')
-rw-r--r-- | builtin.lua | 2 |
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 |