fix(inferium-harvester): set local plan to remote plan at the end of the replant procedure
This commit is contained in:
parent
86baeb83f0
commit
a8788ca3b1
@ -441,6 +441,8 @@ local function replantProcedure()
|
||||
else
|
||||
print('no seeds to plant')
|
||||
end
|
||||
|
||||
localPlan = remotePlan
|
||||
end
|
||||
|
||||
-- Main procedure
|
||||
|
||||
Loading…
Reference in New Issue
Block a user