From c28ee1867189ce33c64581317436e613311ce83e Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Tue, 27 May 2025 13:22:40 +0900 Subject: [PATCH] . --- PHI-CL/data-final-fixes.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PHI-CL/data-final-fixes.lua b/PHI-CL/data-final-fixes.lua index abeac8e..5fa9037 100644 --- a/PHI-CL/data-final-fixes.lua +++ b/PHI-CL/data-final-fixes.lua @@ -17,8 +17,8 @@ do for _, v in pairs(data.raw['lamp']) do if v.light then - v['lamp']['small-lamp'].light.color = {1, 1, 1} - v['lamp']['small-lamp'].light_when_colored.color = {1, 1, 1} + v.light.color = {1, 1, 1} + v.light_when_colored.color = {1, 1, 1} end end