From f90542ae69a692cd8b7dd363af28e4f50dec4dc5 Mon Sep 17 00:00:00 2001 From: zhl Date: Tue, 12 Jan 2021 17:36:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=B8=E6=88=8F=E8=AE=B0=E5=BD=95=E4=B8=8A?= =?UTF-8?q?=E6=8A=A5=E5=A2=9E=E5=8A=A0=E8=B5=9B=E5=AD=A3=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/rooms/commands/GameResultCommand.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/rooms/commands/GameResultCommand.ts b/src/rooms/commands/GameResultCommand.ts index 832584e..82096ba 100644 --- a/src/rooms/commands/GameResultCommand.ts +++ b/src/rooms/commands/GameResultCommand.ts @@ -185,7 +185,8 @@ export class GameResultCommand extends Command { let data: any = { roomid: this.room.roomId, round: this.state.round, - winner: winner + winner: winner, + season: 0, } let players: any[] = []; let i = 0;