From d2e0885fb2ff167e42da6ce110144196c01131c1 Mon Sep 17 00:00:00 2001 From: imspace Date: Sun, 18 Dec 2022 14:50:11 +0800 Subject: [PATCH] fix: typo --- src/exporters/stat.ink.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exporters/stat.ink.ts b/src/exporters/stat.ink.ts index 5f6cdca..dac22fa 100644 --- a/src/exporters/stat.ink.ts +++ b/src/exporters/stat.ink.ts @@ -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, ), );