diff options
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ else S = function ( s ) return s end end -if minetest.setting_getbool("enable_damage") then +if minetest.settings:get_bool("enable_damage") then hbhunger = {} hbhunger.food = {} |