Skip all and calculate KD per match #174
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ function Get-MatchStatsPlayer {
|
||||||
kills = $kills
|
kills = $kills
|
||||||
humankills = $humankills
|
humankills = $humankills
|
||||||
matches = $player_matches
|
matches = $player_matches
|
||||||
KD_H = $humankills / ($deaths + $alives)
|
KD_H = $humankills / $deaths
|
||||||
KD_ALL = $kills / $deaths
|
KD_ALL = $kills / $deaths
|
||||||
winratio = $winratio
|
winratio = $winratio
|
||||||
wins = $player_wins
|
wins = $player_wins
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue