auto deploy dev
This commit is contained in:
parent
2b291591fd
commit
e36b0001d3
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
|
||||
|
|
|
|||
|
|
@ -59,9 +59,9 @@ $playermodes = @(
|
|||
"solo",
|
||||
"duo",
|
||||
"squad"
|
||||
#"solo-fpp",
|
||||
#"duo-fpp",
|
||||
#"squad-fpp"
|
||||
"solo-fpp",
|
||||
"duo-fpp",
|
||||
"squad-fpp"
|
||||
)
|
||||
# Initialize the master hashtable
|
||||
$lifetimestats = @{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue