From 921eb020cf36a11ae6fd8c24812e1f2432b52403 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 26 Mar 2025 20:02:14 +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 905aa7a..32801f4 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -47,7 +47,7 @@ if settings.startup['PHI-CT'].value then local force = game.players[e.player_index].force for _, v in pairs(prototypes.fluid) do - force.recipes['pump-' .. v.name].enabled = (enable and prototypes.fluid[v.name].hidden) + force.recipes['pump-' .. v.name].enabled = (enable and (not prototypes.fluid[v.name].hidden)) end force.recipes['super-radar'].enabled = enable