From a6558a473ea72746a5ae1d2ea45f8cf8f32d8d53 Mon Sep 17 00:00:00 2001 From: Lanta Date: Fri, 29 Sep 2023 14:39:20 +0200 Subject: [PATCH] matchparser --- update/matchparser.ps1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/update/matchparser.ps1 b/update/matchparser.ps1 index b0064fa..ca12aff 100644 --- a/update/matchparser.ps1 +++ b/update/matchparser.ps1 @@ -152,11 +152,11 @@ $formattedString = "$currentDateTime - Time Zone: $currentTimezone" # Output the formatted string $playerstats = [PSCustomObject]@{ - event_ibr = $playerstats_event_ibr - all = $playerstats_all - airoyale = $playerstats_airoyale - official = $playerstats_official - updated = $formattedString + all = $playerstats_all + Intense = $playerstats_event_ibr + Casual = $playerstats_airoyale + official = $playerstats_official + updated = $formattedString } write-output "Writing file"