Update craftCrystal.lua

This commit is contained in:
erius0 2021-01-05 16:54:33 +03:00 committed by GitHub
parent 1cb2e054da
commit 58fd221b10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,6 @@ while true do
flag = false
end
robot.suckDown()
robot.drop(sides.front)
robot.drop()
end
end