matchparser
This commit is contained in:
parent
6b237a95aa
commit
a97e9923d0
1 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,9 @@ $killstats = @()
|
||||||
$i = 0
|
$i = 0
|
||||||
|
|
||||||
foreach ($player in $all_player_matches) {
|
foreach ($player in $all_player_matches) {
|
||||||
|
if($player.psobject.properties.name -eq 'new_win_matches'){
|
||||||
|
continue
|
||||||
|
}
|
||||||
$player_name = $player.playername
|
$player_name = $player.playername
|
||||||
$i++
|
$i++
|
||||||
$j = 0
|
$j = 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue