This commit is contained in:
Lanta 2024-07-16 22:44:51 +02:00
parent fa4ef7aa86
commit 76e758d527

View file

@ -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