Commit 4096eb60 authored by 董政锦's avatar 董政锦

Merge branch 'game5-0606' into 'main'

fix: 修复 game5 的 PC id; See merge request !7
parents 301b840f 43ac0066
...@@ -137,7 +137,7 @@ function handleRoomState(data: any) { ...@@ -137,7 +137,7 @@ function handleRoomState(data: any) {
} }
const { startGame, createRoom, backRoom } = useAdminGameSocket({ const { startGame, createRoom, backRoom } = useAdminGameSocket({
gameId: 'game1', gameId: 'game5',
onRoomState: handleRoomState, onRoomState: handleRoomState,
onRoomJoin: (data) => { onRoomJoin: (data) => {
renderPlayers(data) renderPlayers(data)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment