Fix door conveyance node dupe bug

After successfully moving a node, always stop trying
to move that node to another spot, regardless of
whether or not we had any retries to process as a
result.
This commit is contained in:
Aaron Suen 2023-08-17 20:55:26 -04:00
parent 33f2f3ca52
commit 8a28ec054e

View File

@ -69,6 +69,7 @@ local function tryprocess(item, retry)
queued[r.key] = true
end
end
return
end
end
for _, t in ipairs(item.try) do