From c175319cd92388b7218f848a01968be25f59db3c Mon Sep 17 00:00:00 2001 From: Lanta Date: Wed, 8 Oct 2025 15:54:39 +0200 Subject: [PATCH] s --- update/matchparser.ps1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/update/matchparser.ps1 b/update/matchparser.ps1 index 85b1ea7..d51b611 100644 --- a/update/matchparser.ps1 +++ b/update/matchparser.ps1 @@ -161,6 +161,10 @@ $groupedGuids_clan_matches_gt_3 = $guids | Group-Object | Where-Object { $_.Coun $last_month = (get-date).AddMonths($monthsback) foreach ($file in $matchfiles) { $json = get-content $file | ConvertFrom-Json + if($json.stats.matchType -eq 'event'){ + write-output 'match is event skipping' + continue + } if ($json.created -gt $last_month) { $killstats += $json if ($groupedGuids_clan_matches_gt_1.Name -contains $json.matchid) { -- 2.49.1