From 46bffd82d38ded68bcf102efd25da06a96e64a5d Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Tue, 12 Sep 2017 00:20:52 -0600 Subject: standardize config settings --- class_layout.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'class_layout.lua') diff --git a/class_layout.lua b/class_layout.lua index 0aa139e..d516870 100644 --- a/class_layout.lua +++ b/class_layout.lua @@ -86,7 +86,7 @@ function DigtronLayout.create(pos, player) self.water_touching = true elseif minetest.get_item_group(node.name, "lava") ~= 0 then self.lava_touching = true - if digtron.lava_impassible == true then + if digtron.config.lava_impassible then self.protected:set(testpos.x, testpos.y, testpos.z, true) end end -- cgit v1.2.3