This commit is contained in:
Maciej Caderek
2022-04-01 22:18:17 +02:00
parent bec863cf80
commit fdb2d7c48a
4 changed files with 9 additions and 6 deletions

View File

@@ -134,9 +134,9 @@ class Player {
if (result) {
this.speech.say(
result === "1-0"
? "White won!"
? "White wins!"
: result === "0-1"
? "Black won!"
? "Black wins!"
: "Draw"
);
}