auto deploy dev

This commit is contained in:
Lanta 2023-09-26 14:51:09 +02:00
parent 2b291591fd
commit e36b0001d3
5 changed files with 30 additions and 7 deletions

View file

@ -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

View file

@ -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 = @{}