multiple users possible + wacky

This commit is contained in:
Thijs Stobbelaar 2023-11-14 15:55:15 +01:00
parent 413e69a955
commit e4aace6b83
3 changed files with 89 additions and 42 deletions

View file

@ -63,7 +63,7 @@ $map_map = @{
}
$player_matches = get-content "$scriptroot/../data/player_matches.json" | convertfrom-json -Depth 100
$new_win_matches = $player_matches.new_win_matches
$new_win_matches = $player_matches[-1].new_win_matches
foreach ($winid in $new_win_matches) {