Update craftCrystal.lua

This commit is contained in:
erius0 2021-01-28 17:39:17 +03:00 committed by GitHub
parent e031f691bf
commit 63299f9c6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ end
while true do while true do
onKeyPressed() onKeyPressed()
if rs.getInput(sides.right) > 0 then if rs.getInput(sides.left) > 0 then
flag = true flag = true
robot.suckUp() robot.suckUp()
robot.dropDown() robot.dropDown()