From 301a6976df14fffdfe654ca9e92b4d296622b2a3 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Fri, 7 May 2021 17:12:11 -0500 Subject: [PATCH] Removed old code. --- minehost.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/minehost.lua b/minehost.lua index 8697e1f..91da9c8 100644 --- a/minehost.lua +++ b/minehost.lua @@ -86,8 +86,6 @@ local function listenForCommands() sendDirective(LEADER, POSITION) elseif string.find(input, HEADING) == 1 then sendDirective(LEADER, HEADING) - elseif string.find(input, QUARRYCHUNK) == 1 then - sendDirective(LEADER, input) elseif string.find(input, MOVEHERE) == 1 then local x,y,z = gps.locate() y = y + 1