fix
This commit is contained in:
parent
b39d5b7778
commit
c566fdf93c
1 changed files with 2 additions and 2 deletions
|
|
@ -52,10 +52,10 @@ function get-killstats {
|
||||||
playername = $player_name
|
playername = $player_name
|
||||||
humankills = ($kills | where-object { $_.victim.accountId -notlike 'ai.*' }).count
|
humankills = ($kills | where-object { $_.victim.accountId -notlike 'ai.*' }).count
|
||||||
kills = $kills.count
|
kills = $kills.count
|
||||||
deaths = ($attacks | where-object { $_.victim.name -eq $player_name }).count
|
deaths = ($kills | where-object { $_.victim.name -eq $player_name }).count
|
||||||
gameMode = $gameMode
|
gameMode = $gameMode
|
||||||
matchType = $matchType
|
matchType = $matchType
|
||||||
dbno = ($attacks | where-object { $_.dBNOMaker.name -eq $player_name }).count
|
dbno = ($kills | where-object { $_.dBNOMaker.name -eq $player_name }).count
|
||||||
HumanDmg = $HumanDmg
|
HumanDmg = $HumanDmg
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue