From 54431d58804b1440cee2abda8328ad18c076d6ac Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sat, 9 Nov 2013 20:52:01 -0500 Subject: [PATCH] fix crash in old lights conversion abm --- lighting.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lighting.lua b/lighting.lua index 4b22a165..8c37907a 100644 --- a/lighting.lua +++ b/lighting.lua @@ -1,6 +1,9 @@ -- This file supplies glowlights +local dirs1 = { 20, 23, 22, 21 } +local dirs2 = { 9, 18, 7, 12 } + local S = homedecor.gettext local colors = {"yellow","white"}