From 1d5b449d6d3168b53a43920b29b7593fb21ddc7d Mon Sep 17 00:00:00 2001 From: 0880 <98263509+0880880@users.noreply.github.com> Date: Wed, 21 Jan 2026 02:10:24 +0330 Subject: [PATCH] Fix spectator mouse --- game.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.html b/game.html index 4043513..90f3060 100644 --- a/game.html +++ b/game.html @@ -240,7 +240,7 @@ mouse = [x, y]; i = Math.floor((x / width) * 8); j = Math.floor((y / height) * 8); - if (ready && state == -1) { + if (ready && state == -1 && UID !== undefined) { canvas.style.cursor = 'default'; if (board) { if (color == 0) {