From a97e9923d0b1b1fab45e2e87106e2550e8b65178 Mon Sep 17 00:00:00 2001 From: Lanta Date: Mon, 2 Oct 2023 12:29:54 +0200 Subject: [PATCH] matchparser --- update/matchparser.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/update/matchparser.ps1 b/update/matchparser.ps1 index 52f09ec..29e365e 100644 --- a/update/matchparser.ps1 +++ b/update/matchparser.ps1 @@ -40,6 +40,9 @@ $killstats = @() $i = 0 foreach ($player in $all_player_matches) { + if($player.psobject.properties.name -eq 'new_win_matches'){ + continue + } $player_name = $player.playername $i++ $j = 0