调整结算对战顺序

This commit is contained in:
zhl 2020-12-07 17:41:43 +08:00
parent 09480cd4c0
commit 04b3e87901

View File

@ -98,7 +98,7 @@ export class PartResultCommand extends Command<CardGameState, {}> {
if (player.team == 0) {
t0.push(player);
} else {
t1.unshift(player);
t1.push(player);
}
}
let result = [];