From 140818500e66260310843f79f5ac661a3fe7507b Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Tue, 26 May 2026 20:34:24 +0900 Subject: [PATCH] . --- PHI-CL/control/pump.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHI-CL/control/pump.lua b/PHI-CL/control/pump.lua index 5904069..ca9a49c 100644 --- a/PHI-CL/control/pump.lua +++ b/PHI-CL/control/pump.lua @@ -1,7 +1,7 @@ local main = {} function main.recipe_hidden(event) - local status = (event.name == defines.events.on_player_cheat_mode_enabled and false) or true + local status = (event.name ~= defines.events.on_player_cheat_mode_enabled) for _, v in pairs(prototypes.fluid) do if v.subgroup == 'fluid' then