From 2e611246d901ee2616dd5fdd30f9a78df6771b79 Mon Sep 17 00:00:00 2001 From: Jay <96156114+jaydev00a@users.noreply.github.com> Date: Wed, 26 Mar 2025 11:45:47 +0900 Subject: [PATCH] =?UTF-8?q?[HOTFIX]=20JoinRoom=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EC=83=81=EB=8C=80=EB=B0=A9=20ImageIndex=20=EB=B0=98=ED=99=98?= =?UTF-8?q?=ED=95=98=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- socket/handlers/matchmaking.js | 1 + 1 file changed, 1 insertion(+) diff --git a/socket/handlers/matchmaking.js b/socket/handlers/matchmaking.js index e907d3b..9667e4e 100644 --- a/socket/handlers/matchmaking.js +++ b/socket/handlers/matchmaking.js @@ -65,6 +65,7 @@ module.exports = function(io, socket, gameState) { roomId: roomId, opponentRating: gameState.playerRating.get(matchedRoom.hostId), opponentNickname: gameState.nickname.get(matchedRoom.hostId), + opponentImageIndex: gameState.imageIndex.get(matchedRoom.hostId), isBlack: !isHostFirst });