From de7c77425c3727db999d6f18adede92cbff620a5 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Mon, 3 May 2021 13:16:52 -0500 Subject: [PATCH] Removed coroutine stuff that was causing errors. --- mineleader.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mineleader.lua b/mineleader.lua index c439091..8181c25 100644 --- a/mineleader.lua +++ b/mineleader.lua @@ -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