Check Message and Checkmate ends the game

This commit is contained in:
jefei 2025-05-18 00:03:01 +02:00
parent 2365f7a0ef
commit de3721d00c
1 changed files with 1 additions and 1 deletions

View File

@ -806,5 +806,5 @@ public String getWinnerText() {
if (isCheckmate(false)) return "White Wins by Checkmate!"; if (isCheckmate(false)) return "White Wins by Checkmate!";
return ""; return "";
} }
//hi
} }