From fa6f8ced2dfeea8e35e030a69f96bad7ae434f7f Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 27 Mar 2025 20:11:57 +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 d58943d..6f17cf3 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -28,7 +28,7 @@ if settings.startup['PHI-CT'].value then local force = game.players[e.player_index].force for _, v in pairs(prototypes.fluid) do - if data.raw.recipe['pump-' .. v.name] then + if force.recipes['pump-' .. v.name] then force.recipes['pump-' .. v.name].enabled = enable end end