调整结算对战顺序
This commit is contained in:
parent
09480cd4c0
commit
04b3e87901
@ -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 = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user