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