From 0d4d0f5f2d6842924f38680a6bc4311266afa34b Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 26 Mar 2025 20:08:16 +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 32801f4..39929ca 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 (not prototypes.fluid[v.name].hidden)) + force.recipes['pump-' .. v.name].enabled = enable end force.recipes['super-radar'].enabled = enable