diff --git a/src/robot/Robot.ts b/src/robot/Robot.ts index 3de4af9..8e0edfc 100644 --- a/src/robot/Robot.ts +++ b/src/robot/Robot.ts @@ -61,6 +61,7 @@ export class Robot { // if (data.player == self.sessionId) { // self.cards = self.cards.concat(data.cards); // } + debug(`($${ self.sessionId })draw_card_s2c: ${data}`) break case 'player_ready_s2c': break