From 7d589f868ea646a250fdac5dc423451f788a9f7e Mon Sep 17 00:00:00 2001 From: Lanta Date: Mon, 6 Nov 2023 15:49:42 +0100 Subject: [PATCH] sleep away! --- update/matchparser.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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