forked from mtcontrib/minetest_hbhunger
Update deprecated settings syntax
This commit is contained in:
parent
da70eba4fd
commit
3d7d613622
2
init.lua
2
init.lua
@ -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 = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user