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