diff options
Diffstat (limited to 'coloredwood')
-rw-r--r-- | coloredwood/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coloredwood/init.lua b/coloredwood/init.lua index 2c09e21..765938b 100644 --- a/coloredwood/init.lua +++ b/coloredwood/init.lua @@ -18,7 +18,7 @@ coloredwood = {} coloredwood.enable_stairsplus = true -if minetest.setting_getbool("coloredwood_enable_stairsplus") == false or not minetest.get_modpath("moreblocks") then +if minetest.settings:get_bool("coloredwood_enable_stairsplus") == false or not minetest.get_modpath("moreblocks") then coloredwood.enable_stairsplus = false end |