Update craftCrystal.lua
This commit is contained in:
parent
e031f691bf
commit
63299f9c6a
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ end
|
|||
|
||||
while true do
|
||||
onKeyPressed()
|
||||
if rs.getInput(sides.right) > 0 then
|
||||
if rs.getInput(sides.left) > 0 then
|
||||
flag = true
|
||||
robot.suckUp()
|
||||
robot.dropDown()
|
||||
|
|
Loading…
Reference in a new issue