diff --git a/src/Player.tsx b/src/Player.tsx index 66f05be..841b6e2 100644 --- a/src/Player.tsx +++ b/src/Player.tsx @@ -62,8 +62,7 @@ export default function Player({ selectedMode: string ) { setIsQueueing(false); - // Nakama matchmaker tickets auto-expire by default in your setup. - // If you later add manual ticket cancel RPC, call it here. + const gameMetadata = { game: selectedGame, mode: selectedMode,