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()
|
replantSeeds()
|
||||||
end
|
end
|
||||||
|
|
||||||
localPlan = remotePlan
|
localPlan = utils.shallowClone(remotePlan)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Main procedure
|
-- Main procedure
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user