Merge pull request #219 from OpzekerIT/dev

remove lost matches from json
This commit is contained in:
Lanta 2025-04-15 16:32:06 +02:00 committed by GitHub
commit 74876a999b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -336,6 +336,7 @@ k_t = Team eliminaties
foreach ($item in $player_matches) {
if ($item.PSObject.Properties.Name -contains "new_win_matches") {
$item.new_win_matches = $null
$item.new_loss_matches = $null
}
}