Fix typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user