mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-01-01 12:41:39 +09:00
..
This commit is contained in:
@@ -223,7 +223,7 @@ local function storage_init()
|
||||
}
|
||||
end
|
||||
|
||||
storage.phi_cl.loop.combinator = (settings.startup['PHI-MI'].value or (settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value ~= ''))
|
||||
storage.phi_cl.loop.combinator = ((settings.startup['PHI-MI'].value and settings.startup['PHI-MI-GENERIC'].value) or (settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value ~= ''))
|
||||
end
|
||||
|
||||
script.on_init(function()
|
||||
|
||||
Reference in New Issue
Block a user