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