Fix typo
This commit is contained in:
parent
de2b2995f3
commit
dc572c0b20
@ -60,7 +60,7 @@ function digSpot(i)
|
|||||||
turtle.down()
|
turtle.down()
|
||||||
end
|
end
|
||||||
|
|
||||||
spotnum = tonumber(args[1])
|
spotNum = tonumber(args[1])
|
||||||
if spotnum then
|
if spotNum then
|
||||||
digSpot(spotNum)
|
digSpot(spotNum)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user