matchparser

This commit is contained in:
Thijs Stobbelaar 2023-10-02 12:29:54 +02:00
parent 31e1d91cff
commit 1ea7b1b2c9

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