Skip all and calculate KD per match #174

Merged
OpzekerIT merged 9 commits from dev into main 2024-07-17 14:39:09 +00:00
Showing only changes of commit 76e758d527 - Show all commits

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