diff --git a/game.html b/game.html index 0464f72..4043513 100644 --- a/game.html +++ b/game.html @@ -210,7 +210,7 @@ if (UID === undefined || turn != color) { if (turn == 0) { document.getElementById('turn').innerText = "White's Turn"; - } else if (turn == 0) { + } else if (turn == 1) { document.getElementById('turn').innerText = "Black's Turn"; } } else if (turn == color) {