diff --git a/ChessTest3/Program.cs b/ChessTest3/Program.cs index b85e920..da3aaf3 100644 --- a/ChessTest3/Program.cs +++ b/ChessTest3/Program.cs @@ -617,6 +617,8 @@ public bool ProcessMove(bool isWhite) catch (SystemException) { //This should prevent crashes when user inputs incorrectly when typing coordinates + //This is an exception ot the other error checks as it's concerning + //What the user has actually inputted into the program ErrorChecking.Error("Wrong Input format, should be: X, Y, try again"); } return result;