Browse Source

EscapeBot remove Exception

master
Your Average Code 3 months ago
parent
commit
93347f555f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/EscapeBot.java

+ 1
- 1
src/EscapeBot.java View File

@@ -13,7 +13,7 @@ public class EscapeBot extends Bot {
}

@Override
protected char nextMove(View view) throws Exception {
protected char nextMove(View view) {
System.out.println();
if (view.data.contains("o")) {
int index = view.data.indexOf('o');

Loading…
Cancel
Save