fix(inferium-harvester): shallow clone of the local plan to avoid errors
This commit is contained in:
parent
f483c41c88
commit
be9c2c10a1
@ -410,7 +410,7 @@ local function replantProcedure()
|
||||
replantSeeds()
|
||||
end
|
||||
|
||||
localPlan = remotePlan
|
||||
localPlan = utils.shallowClone(remotePlan)
|
||||
end
|
||||
|
||||
-- Main procedure
|
||||
|
||||
Loading…
Reference in New Issue
Block a user