This commit is contained in:
Dominic Zimmer 2020-07-05 00:23:32 +02:00
parent 77655f151e
commit 4d5f826e63

View File

@ -242,6 +242,7 @@ function enqueueTurtle()
if not status then
if turtle.down() then
break -- we moved in line
end
else
if turtle.forward() then
-- pass, thats ok
@ -256,7 +257,6 @@ function enqueueTurtle()
end
end
end
end
-- we moved into line
turtle.turnLeft()
turtle.turnLeft()