matchparser

This commit is contained in:
Lanta 2023-10-02 12:29:54 +02:00
parent 6b237a95aa
commit a97e9923d0

View file

@ -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