游戏记录上报增加赛季标签
This commit is contained in:
parent
3a6dde6eec
commit
f90542ae69
@ -185,7 +185,8 @@ export class GameResultCommand extends Command<CardGameState, {}> {
|
||||
let data: any = {
|
||||
roomid: this.room.roomId,
|
||||
round: this.state.round,
|
||||
winner: winner
|
||||
winner: winner,
|
||||
season: 0,
|
||||
}
|
||||
let players: any[] = [];
|
||||
let i = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user