Update
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user