From 0c2cdae0340a21928d9aca0f5917e9673e9a5ed0 Mon Sep 17 00:00:00 2001 From: Navid Sassan Date: Tue, 9 Dec 2025 22:47:22 +0100 Subject: [PATCH] . --- de_react_auto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/de_react_auto b/de_react_auto index 04a66b3..c656731 100644 --- a/de_react_auto +++ b/de_react_auto @@ -865,10 +865,10 @@ local function updateDisplay() local inputFlow = 0 local outputFlow = 0 pcall(function() - inputFlow = inputGate.getFlowOverride() or 0 + inputFlow = inputGate.getFlow() or 0 end) pcall(function() - outputFlow = outputGate.getFlowOverride() or 0 + outputFlow = outputGate.getFlow() or 0 end) mon.setCursorPos(1, y) @@ -1055,7 +1055,7 @@ local function verifyFluxGates() local drainRate = info.fieldDrainRate or 0 pcall(function() - inputFlow = inputGate.getFlowOverride() or 0 + inputFlow = inputGate.getFlow() or 0 end) -- Warning if input seems too low for drain rate