chore: typo

This commit is contained in:
Guillaume ARM 2024-05-08 23:25:01 +02:00
parent 8041a7304d
commit dffc2ffac9

View File

@ -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