Update TicTacToe2.java

This commit is contained in:
olliehcrook
2021-03-03 17:37:23 +00:00
committed by GitHub
parent f5d949502b
commit c1bb374726

View File

@@ -57,7 +57,6 @@ public class TicTacToe2 {
break;
} else {
System.out.println("INVALID INPUT, TRY AGAIN");
//in.nextLine();
}
in.nextLine();
} catch (Exception e) {