This commit is contained in:
2025-06-05 19:49:01 +09:00
parent 022542eeaf
commit c7e1738404

View File

@@ -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