lib/shortcut/screen.rb in shortcut-0.0.1 vs lib/shortcut/screen.rb in shortcut-0.0.2
- old
+ new
@@ -37,10 +37,10 @@
return Point.new(x, y)
end
end
end
- raise "Couldn't find the game board!\nIs the game on the screen?"
+ return false
end
private
def loop_through_template(template, x, y)