From 1bcfb7e8c1d69bf271ed91ece61eca8692f5e5d1 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 5 Jun 2025 19:52:07 +0900 Subject: [PATCH] . --- PHI-CL/control.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PHI-CL/control.lua b/PHI-CL/control.lua index 8d13480..ea8a3b6 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -32,13 +32,13 @@ local rail_support_pole = { script.on_init(function() storage.phi_cl = storage.phi_cl or { - event = {} + event_handler = {} } end) script.on_configuration_changed(function() storage.phi_cl = storage.phi_cl or { - event = {} + event_handler = {} } end)