Spaces:
Sleeping
Sleeping
revert for judging
Browse files- src/components/Game.tsx +2 -0
src/components/Game.tsx
CHANGED
@@ -97,6 +97,8 @@ export default function Game() {
|
|
97 |
return null;
|
98 |
}
|
99 |
console.log("humanTokenIdentifier",humanTokenIdentifier)
|
|
|
|
|
100 |
const playerId = [...game.world.players.values()].find(
|
101 |
(p) => game.playerDescriptions.get(p.id)?.name === humanTokenIdentifier,
|
102 |
)?.id;
|
|
|
97 |
return null;
|
98 |
}
|
99 |
console.log("humanTokenIdentifier",humanTokenIdentifier)
|
100 |
+
console.log("game.playerDescriptions",game.playerDescriptions)
|
101 |
+
console.log("game.world.players",game.world.players)
|
102 |
const playerId = [...game.world.players.values()].find(
|
103 |
(p) => game.playerDescriptions.get(p.id)?.name === humanTokenIdentifier,
|
104 |
)?.id;
|