This commit is contained in:
Maciej Caderek
2022-04-02 20:35:37 +02:00
parent fdb2d7c48a
commit 72d50834fc
12 changed files with 75 additions and 2 deletions

View File

@@ -137,7 +137,7 @@ class Player {
? "White wins!"
: result === "0-1"
? "Black wins!"
: "Draw"
: "Draw!"
);
}
}