Check Message and Checkmate ends the game
This commit is contained in:
parent
2365f7a0ef
commit
de3721d00c
|
|
@ -806,5 +806,5 @@ public String getWinnerText() {
|
|||
if (isCheckmate(false)) return "White Wins by Checkmate!";
|
||||
return "";
|
||||
}
|
||||
|
||||
//hi
|
||||
}
|
||||
Loading…
Reference in New Issue