From 76e758d527e36daaabb1ca68e625ef58f4724584 Mon Sep 17 00:00:00 2001 From: Lanta Date: Tue, 16 Jul 2024 22:44:51 +0200 Subject: [PATCH] death --- update/matchparser.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/matchparser.ps1 b/update/matchparser.ps1 index a09c29f..798d18e 100644 --- a/update/matchparser.ps1 +++ b/update/matchparser.ps1 @@ -206,7 +206,7 @@ function Get-MatchStatsPlayer { kills = $kills humankills = $humankills matches = $player_matches - KD_H = $humankills / ($deaths + $alives) + KD_H = $humankills / $deaths KD_ALL = $kills / $deaths winratio = $winratio wins = $player_wins