This commit is contained in:
2025-06-05 19:52:07 +09:00
parent c7e1738404
commit 1bcfb7e8c1

View File

@@ -32,13 +32,13 @@ local rail_support_pole = {
script.on_init(function() script.on_init(function()
storage.phi_cl = storage.phi_cl or { storage.phi_cl = storage.phi_cl or {
event = {} event_handler = {}
} }
end) end)
script.on_configuration_changed(function() script.on_configuration_changed(function()
storage.phi_cl = storage.phi_cl or { storage.phi_cl = storage.phi_cl or {
event = {} event_handler = {}
} }
end) end)