mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 02:55:22 +09:00
.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user