auto deploy dev
This commit is contained in:
parent
129e37e1c3
commit
a8ef24704e
5 changed files with 30 additions and 7 deletions
|
|
@ -72,10 +72,7 @@ foreach ($player in $all_player_matches.playername) {
|
|||
matches = ($all_player_matches | where-object { $_.playername -eq $player }).player_matches.count
|
||||
KD_H = $humankills / $deaths
|
||||
KD_ALL = $kills / $deaths
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
$currentDateTime = Get-Date
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue