1
0
mirror of https://github.com/kepler155c/opus synced 2024-06-18 11:20:01 +00:00

turtle coords reversed

This commit is contained in:
kepler155c@gmail.com 2018-04-01 23:25:33 -04:00
parent 6ed8468a65
commit 9ee63da66f

View File

@ -615,7 +615,7 @@ local function gotoMultiTurn(dx, dy, dz)
turtle.headTowardsZ(dz)
end
if gotoEx(dx, dz, dy) then
if gotoEx(dx, dy, dz) then
return true
end