From c2a8dfedaf8c367f4f008527a814ddf8851d841d Mon Sep 17 00:00:00 2001 From: Dominic Zimmer Date: Mon, 6 Jul 2020 19:24:55 +0200 Subject: [PATCH] Syntax --- mine/client.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mine/client.lua b/mine/client.lua index fc22a1d..83afcfc 100644 --- a/mine/client.lua +++ b/mine/client.lua @@ -87,7 +87,7 @@ function digSafe(inspectAction, digAction) else digAction() -- gravel may take time to fall. - sleep(2) + sleep(1) end else -- No block in front of me. good @@ -548,9 +548,6 @@ function goToCoordXZ(targetX, targetZ, extraaction) end end -function digSafe(inspectAction, digAction) -end - function goToJob(job) jobX, jobZ = iTo2Dcoords(job) -- this does all the magic updateState({ state = "Going on the job...", morestate = " Jobsite is at ("..tostring(jobX)..", "..tostring(jobZ)..")" })