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