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)