fix crash in old lights conversion abm

This commit is contained in:
Vanessa Ezekowitz 2013-11-09 20:52:01 -05:00
parent ccdbc80295
commit 54431d5880
1 changed files with 3 additions and 0 deletions

View File

@ -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"}