From cad8a378c3490cd236b085037c93f8be275434e4 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Wed, 1 Feb 2017 11:51:12 -0500 Subject: [PATCH] fix crash --- homedecor/lighting.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homedecor/lighting.lua b/homedecor/lighting.lua index 48e76868..5b293388 100644 --- a/homedecor/lighting.lua +++ b/homedecor/lighting.lua @@ -644,7 +644,7 @@ minetest.register_lbm({ local old_node = node.name local old_fdir local new_node = newname - local new_fdir + local new_fdir = 1 local param2 if string.find(name, "glowlight") then