From c7e1738404fb0f3499b781f3b094f0074891149a Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 5 Jun 2025 19:49:01 +0900 Subject: [PATCH] . --- PHI-CL/control.lua | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/PHI-CL/control.lua b/PHI-CL/control.lua index 6250bcb..8d13480 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -31,11 +31,15 @@ local rail_support_pole = { } script.on_init(function() - storage.phi_cl = storage.phi_cl or {} + storage.phi_cl = storage.phi_cl or { + event = {} + } end) script.on_configuration_changed(function() - storage.phi_cl = storage.phi_cl or {} + storage.phi_cl = storage.phi_cl or { + event = {} + } end) if settings.startup['PHI-CT'].value then