Skip to content

Commit

Permalink
refact: 매칭 파라미터 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
kamothi committed May 30, 2024
1 parent 59879b2 commit 137e63c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ private void createGameRoom( Map.Entry<String, WebSocketSession> player1, Map.E

GameRoomManager.addGameRoom(gameRoom);

gameRoom.broadcastMessage("성공 - " + roomId);
gameRoom.broadcastMessage(roomId);
}
}

0 comments on commit 137e63c

Please sign in to comment.