From 50cb841c85d89d157d7b1ce22b3ed639e7745047 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 31 Dec 2025 01:23:31 +0900 Subject: [PATCH] .. --- PHI-CL/control.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHI-CL/control.lua b/PHI-CL/control.lua index 4e749fb..a448627 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -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()