This commit is contained in:
Lanta 2023-09-27 11:24:02 +02:00
parent 75edb3b4b7
commit 94f890e035

View file

@ -60,7 +60,6 @@ foreach ($winid in $new_win_matches) {
t_serv = ($winmatches.stats | Where-Object { $_.name -eq $player }).timeSurvived
}
}
}
$content_winstats = '```' + ($win_stats | Format-Table | out-string) + '```'
send-discord -content $content_winstats
@ -78,6 +77,10 @@ t_serv = time survived in secondes
send-discord -content $legenda
}
foreach ($item in $player_matches) {
if ($item.PSObject.Properties.Name -contains "new_win_matches") {
$item.new_win_matches = $null