This commit is contained in:
2025-06-05 16:54:18 +09:00
parent 470d973f1c
commit b3ed63dcca

View File

@@ -30,6 +30,14 @@ local rail_support_pole = {
'rail-support-pole-lightning'
}
script.on_init(function()
storage.phi_cl = storage.phi_cl or {}
end)
script.on_configuration_changed(function()
storage.phi_cl = storage.phi_cl or {}
end)
if settings.startup['PHI-CT'].value then
local function trash_entity_creation(event)
if event.entity and event.entity.valid and event.entity.name then