matchparser

This commit is contained in:
Lanta 2023-09-29 14:39:20 +02:00
parent 6e87650105
commit a6558a473e

View file

@ -152,9 +152,9 @@ $formattedString = "$currentDateTime - Time Zone: $currentTimezone"
# Output the formatted string
$playerstats = [PSCustomObject]@{
event_ibr = $playerstats_event_ibr
all = $playerstats_all
airoyale = $playerstats_airoyale
Intense = $playerstats_event_ibr
Casual = $playerstats_airoyale
official = $playerstats_official
updated = $formattedString
}