fix: typo

main
imspace 2022-12-18 14:50:11 +08:00
parent 770458f3b6
commit d2e0885fb2
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ export class StatInkExporter implements GameExporter {
if (otherTeams.length === 2) {
result.third_team_players = await Promise.all(
otherTeams[0].players.map(
otherTeams[1].players.map(
this.mapPlayer,
),
);