Skip to content

Commit

Permalink
family guy funny moments ftctechnh#2
Browse files Browse the repository at this point in the history
  • Loading branch information
notgull committed Sep 17, 2019
1 parent e79d54a commit 0e1c698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ private Camera openCamera() {

try {
cam = Camera.open(cameraId);
} catch {
} catch (Exception e) {
System.out.println("I have shidded myself repeatedly and I am not afraid to admit it");
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public void runOpMode() {
waitForStart();
runtime.reset();

if (isAutonomous()) runRobot(4);
if (isAutonomous()) { runRobot(4); }
else {
while (opModeIsActive() && runRobot(4));
}
Expand Down

0 comments on commit 0e1c698

Please sign in to comment.