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