From 20a050148bcfdf2e5a7fa63b586a86203594ea6b Mon Sep 17 00:00:00 2001 From: Lanta Date: Wed, 8 Oct 2025 16:35:48 +0200 Subject: [PATCH] tdm --- update/get_matches.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/get_matches.ps1 b/update/get_matches.ps1 index a3d029a..5692223 100644 --- a/update/get_matches.ps1 +++ b/update/get_matches.ps1 @@ -48,7 +48,7 @@ foreach ($player in $player_data) { $stats.included = $sortedStats $stats | ConvertTo-Json -Depth 100 | Out-File "$scriptroot/../data/matches/$match.json" } - if($stats.data.attributes.matchtype -eq 'event'){ + if($stats.data.attributes.matchtype -eq 'event' -or $stats.data.attributes.gameMode -eq 'tdm'){ write-output 'Skipping because of event' continue } -- 2.49.1