From 1ea7b1b2c9c4945d97a5f51ad9c8e2d3c177ac7e Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar 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