fix: typo

This commit is contained in:
Guillaume ARM 2024-05-08 22:52:19 +02:00
parent 8351bf16aa
commit 7fa1fb7cea

View File

@ -67,7 +67,7 @@ local function isProgramFinished()
return false
end
local robotState = miner.robot.getSate()
local robotState = miner.robot.getState()
return robotState.x == 0 and robotState.y == 0 and robotState.z == 0
end