From e0af5c2d33c60d7281aae68e4690edf3cfaa24c3 Mon Sep 17 00:00:00 2001 From: 0880 <98263509+0880880@users.noreply.github.com> Date: Wed, 21 Jan 2026 02:08:12 +0330 Subject: [PATCH] Fix UI turn display --- game.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {