From a28f44f5738da116f61dd0ff7dba75aaddd7767a Mon Sep 17 00:00:00 2001 From: HybridDog Date: Sun, 12 Jun 2016 17:52:34 +0200 Subject: [PATCH] :cat2: M init.lua --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 68b4515..c552b44 100644 --- a/init.lua +++ b/init.lua @@ -167,7 +167,7 @@ local function get_pt_air(player, name) -- if rooms with 1 node thin walls are lighted the light nodes should be placed inside the room local pos = vector.new(pos2) - for _,c in pairs({"x", "y", "z"}) do + for _,c in pairs{"x", "y", "z"} do dir[c] = math.sign(dir[c]) pos[c] = pos[c]-dir[c] if minetest.get_node(pos).name == "air" then