From ed272310b30924d30e8685d79ad45a0695442ce5 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 7 Jul 2022 18:01:28 +0900 Subject: [PATCH] [WorkNet] Reset forced productivity update after udating Fixes redundant update checks. --- Source/Workshop/VesselWorkNet.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Workshop/VesselWorkNet.cs b/Source/Workshop/VesselWorkNet.cs index 66aab1e4..4f039961 100644 --- a/Source/Workshop/VesselWorkNet.cs +++ b/Source/Workshop/VesselWorkNet.cs @@ -279,6 +279,7 @@ void FixedUpdate () } else { updateTimer = 10; UpdateProductivity (forceProductivityUpdate); + forceProductivityUpdate = false; } if (protoSinks != null) { if (CatchUpBacklog ()) {