Removed coroutine stuff that was causing errors.

This commit is contained in:
Harrison Deng 2021-05-03 13:16:52 -05:00
parent ba1853d782
commit de7c77425c

View File

@ -298,6 +298,10 @@ local function moveBy(delta, forward, right)
end
end
local function quarry(start, end)
end
local function executeTasks()
while running do
if task ~= nil then
@ -369,7 +373,6 @@ local function listen()
right=rightAxis
},
fuel=turtle.getFuelLevel(),
status=coroutine.status(task)
}
sendLog("status:" .. textutils.serialise(status))
elseif string.find(content, POSITION) == 1 then