fix: typo
This commit is contained in:
parent
8351bf16aa
commit
7fa1fb7cea
@ -67,7 +67,7 @@ local function isProgramFinished()
|
|||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
|
|
||||||
local robotState = miner.robot.getSate()
|
local robotState = miner.robot.getState()
|
||||||
|
|
||||||
return robotState.x == 0 and robotState.y == 0 and robotState.z == 0
|
return robotState.x == 0 and robotState.y == 0 and robotState.z == 0
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user