fix(inferium-harvester): shallow clone of the local plan to avoid errors

This commit is contained in:
Guillaume ARM 2024-05-21 17:43:22 +02:00
parent f483c41c88
commit be9c2c10a1

View File

@ -410,7 +410,7 @@ local function replantProcedure()
replantSeeds()
end
localPlan = remotePlan
localPlan = utils.shallowClone(remotePlan)
end
-- Main procedure