fix(turtle-utils): syntax error
This commit is contained in:
parent
e7a95dcb44
commit
3b674110a3
@ -288,9 +288,9 @@ end
|
|||||||
local function getSuckFn(side)
|
local function getSuckFn(side)
|
||||||
if side == 'front' then
|
if side == 'front' then
|
||||||
return turtle.suck
|
return turtle.suck
|
||||||
elseif side == 'top'
|
elseif side == 'top' then
|
||||||
return turtle.suckUp
|
return turtle.suckUp
|
||||||
elseif side == 'bottom'
|
elseif side == 'bottom' then
|
||||||
return turtle.suckDown
|
return turtle.suckDown
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user