diff --git a/update/matchparser.ps1 b/update/matchparser.ps1 index 21dd5d8..09036e5 100644 --- a/update/matchparser.ps1 +++ b/update/matchparser.ps1 @@ -78,7 +78,7 @@ else { write-output 'setting old stats var empty' $oldstats = @() } -start-sleep -Seconds 10 + $all_player_matches = get-content "$scriptroot/../data/player_matches.json" | convertfrom-json -Depth 100