From 19f4d1d6fb1a126a4f45114401e70b9c0156c692 Mon Sep 17 00:00:00 2001
From: Resistencia Dev
Date: Fri, 5 Dec 2025 23:01:29 +0100
Subject: [PATCH] =?UTF-8?q?Debug:=20Agregar=20informaci=C3=B3n=20de=20depu?=
=?UTF-8?q?raci=C3=B3n=20para=20fase=20MISSION?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- Muestra el ID del jugador actual y los IDs del equipo propuesto
- Ayuda a identificar por quƩ todos ven las cartas en lugar de solo el equipo
---
client/src/components/GameBoard.tsx | 5 +++++
1 file changed, 5 insertions(+)
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 ? (