From d9984106b44709293245abbeafb0f374eeadd3c7 Mon Sep 17 00:00:00 2001 From: Lanta <43404397+OpzekerIT@users.noreply.github.com> Date: Sat, 30 Sep 2023 16:06:54 +0200 Subject: [PATCH] Update report_new_matches.ps1 --- discord/report_new_matches.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/report_new_matches.ps1 b/discord/report_new_matches.ps1 index c4de6c9..a4ed1f2 100644 --- a/discord/report_new_matches.ps1 +++ b/discord/report_new_matches.ps1 @@ -94,7 +94,7 @@ map $($map_map[$winmatches[0].mapName]) 'Human Kills' = "$(($telemetry | Where-Object { $_._T -eq 'LOGPLAYERKILLV2' -and $_.killer.name -eq $player -and $_.victim.accountId -notlike "ai.*" }).count)" 'Dmg' = "$([math]::Round(($all_winners_of_match | Where-Object { $_.name -eq $player }).damageDealt))" 'Kills' = "$(($all_winners_of_match | Where-Object { $_.name -eq $player }).kills)" - 'alive minutes' = "$([math]::Round((($all_winners_of_match | Where-Object { $_.name -eq $player }).timeSurvived /60 )))" + 'alive' = "$([math]::Round((($all_winners_of_match | Where-Object { $_.name -eq $player }).timeSurvived /60 )))" } $teamdmg = $telemetry | Where-Object { $_._T -eq 'LOGPLAYERTAKEDAMAGE' -and