This commit is contained in:
Dominic Zimmer 2020-07-04 12:57:29 +02:00
parent de2b2995f3
commit dc572c0b20

View File

@ -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