Richard changes

This commit is contained in:
Lanta 2025-02-18 16:11:13 +01:00
parent 61f61599e5
commit 2c9b1bae2e
4 changed files with 10 additions and 6 deletions

View file

@ -227,8 +227,8 @@ function Get-MatchStatsPlayer {
kills = $kills
humankills = $humankills
matches = $player_matches
KD_H = $humankills / ($deaths + $alives) # KD_Human calculated per match (kills / (deaths + alives))
KD_ALL = $kills / ($deaths + $alives) # KD_ALL calculated per match (kills / (deaths + alives))
KD_H = $humankills / $deaths
KD_ALL = $kills / $deaths
winratio = $winratio
wins = $player_wins
dbno = $dbno