fix: typo
parent
770458f3b6
commit
d2e0885fb2
|
|
@ -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,
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue