From a8788ca3b1f2efa0deda4925d9fc9369b9621982 Mon Sep 17 00:00:00 2001 From: Guillaume ARM Date: Mon, 20 May 2024 20:08:13 +0200 Subject: [PATCH] fix(inferium-harvester): set local plan to remote plan at the end of the replant procedure --- inferium-harvester.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inferium-harvester.lua b/inferium-harvester.lua index 8542139..c411e7d 100644 --- a/inferium-harvester.lua +++ b/inferium-harvester.lua @@ -441,6 +441,8 @@ local function replantProcedure() else print('no seeds to plant') end + + localPlan = remotePlan end -- Main procedure