matchparser
This commit is contained in:
parent
6e87650105
commit
a6558a473e
1 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue