skip tdm report
This commit is contained in:
parent
4df489a5c3
commit
618c36cb18
1 changed files with 3 additions and 0 deletions
|
|
@ -85,6 +85,9 @@ foreach ($winid in $new_win_matches) {
|
||||||
$2D_replay_url = $2D_replay_url + "?follow=$($winners[0])"
|
$2D_replay_url = $2D_replay_url + "?follow=$($winners[0])"
|
||||||
|
|
||||||
$match_stats = Invoke-RestMethod -Uri "https://api.pubg.com/shards/steam/matches/$winid" -Method GET -Headers $headers
|
$match_stats = Invoke-RestMethod -Uri "https://api.pubg.com/shards/steam/matches/$winid" -Method GET -Headers $headers
|
||||||
|
if($winmatches[0].gameMode -eq 'tdm' ){
|
||||||
|
continue
|
||||||
|
} #skip tdm matches
|
||||||
if ($winmatches[0].matchType -eq 'custom') {
|
if ($winmatches[0].matchType -eq 'custom') {
|
||||||
$players_to_report = $match_stats.included.attributes.stats
|
$players_to_report = $match_stats.included.attributes.stats
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue