diff --git a/client/src/components/GameBoard.tsx b/client/src/components/GameBoard.tsx index d11f386..d07f264 100644 --- a/client/src/components/GameBoard.tsx +++ b/client/src/components/GameBoard.tsx @@ -510,8 +510,10 @@ export default function GameBoard({ gameState, currentPlayerId, actions }: GameB

{/* DEBUG INFO - TEMPORAL */} -
+
Debug: Tu ID: {currentPlayerId} | Equipo: [{gameState.proposedTeam.join(', ')}] +
+ Tu facción: {currentPlayer?.faction || 'UNDEFINED'} | Rol: {currentPlayer?.role || 'UNDEFINED'}
{/* Cartas en orden aleatorio */}