diff --git a/main.cpp b/main.cpp index 52ae27b..4cac03e 100644 --- a/main.cpp +++ b/main.cpp @@ -107,7 +107,7 @@ class Board int temp = boardArray[x][y]; - if (temp == '_') + else if (temp == '_') { cout<<"there's no piece in that spot you dumbass!"<