debug
This commit is contained in:
parent
48d9cb65ef
commit
793432fdd9
|
|
@ -12,7 +12,7 @@ const bot = useBotStore()
|
|||
const route = useRoute()
|
||||
const router = useRouter()
|
||||
const websocket = useWebsocketStore()
|
||||
|
||||
console.log(route.params.gameId)
|
||||
if (game.owner == player.id || game.opponent.id == player.id) {
|
||||
router.replace({ name: 'lobby', params: { gameId: game.id } })
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user