order
This commit is contained in:
parent
1ed4515cfa
commit
6def52e449
1 changed files with 2 additions and 1 deletions
|
|
@ -257,13 +257,14 @@ $formattedString = "$currentDateTime - Time Zone: $currentTimezone"
|
|||
|
||||
$playerstats = [PSCustomObject]@{
|
||||
all = $playerstats_all
|
||||
clan_4_casual = $playerstats_airoyale_clan
|
||||
Intense = $playerstats_event_ibr
|
||||
Casual = $playerstats_airoyale
|
||||
official = $playerstats_official
|
||||
custom = $playerstats_custom
|
||||
updated = $formattedString
|
||||
Ranked = $playerstats_ranked
|
||||
clan_4_casual = $playerstats_airoyale_clan
|
||||
|
||||
}
|
||||
|
||||
write-output "Writing file"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue