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