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