解决2P换队长未计算新队长手指的问题

This commit is contained in:
枫谷剑仙 2021-04-25 10:40:47 +08:00
parent 7fb8718baf
commit d9d1a3b54d
1 changed files with 2 additions and 2 deletions

View File

@ -867,8 +867,8 @@ function countMoveTime(team, leader1id, leader2id, teamIdx) {
team[1].concat()
];
//把队伍2的队长和武器添加到复制的队伍1里面
team[0].push(team2[0][0]);
team[1].push(team2[1][0]);
team[0].push(team2[0][team2[3]]);
team[1].push(team2[1][team2[3]]);
}
//觉醒