diff --git a/client/src/components/GameBoard.tsx b/client/src/components/GameBoard.tsx index 4da6aae..fd48870 100644 --- a/client/src/components/GameBoard.tsx +++ b/client/src/components/GameBoard.tsx @@ -490,6 +490,11 @@ export default function GameBoard({ gameState, currentPlayerId, actions }: GameB Elige el resultado de tu participación

+ {/* DEBUG INFO - TEMPORAL */} +
+ Debug: Tu ID: {currentPlayerId} | Equipo: [{gameState.proposedTeam.join(', ')}] +
+ {/* Cartas en orden aleatorio */}
{successFirst ? (