fix(inferium-harvester): set local plan to remote plan at the end of the replant procedure

This commit is contained in:
Guillaume ARM 2024-05-20 20:08:13 +02:00
parent 86baeb83f0
commit a8788ca3b1

View File

@ -441,6 +441,8 @@ local function replantProcedure()
else
print('no seeds to plant')
end
localPlan = remotePlan
end
-- Main procedure