From dffc2ffac997c001ea0af3fe6e559131952ff3cd Mon Sep 17 00:00:00 2001 From: Guillaume ARM Date: Wed, 8 May 2024 23:25:01 +0200 Subject: [PATCH] chore: typo --- miner.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miner.lua b/miner.lua index cff4c22..9029318 100644 --- a/miner.lua +++ b/miner.lua @@ -181,8 +181,8 @@ local function mineProcedure() end miner.robot.turnRight() + -- mine the next stage miner.robot.up() - -- mine tne next stage miner.targetY = miner.targetY + 1 end