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]@{
|
$playerstats = [PSCustomObject]@{
|
||||||
all = $playerstats_all
|
all = $playerstats_all
|
||||||
|
clan_4_casual = $playerstats_airoyale_clan
|
||||||
Intense = $playerstats_event_ibr
|
Intense = $playerstats_event_ibr
|
||||||
Casual = $playerstats_airoyale
|
Casual = $playerstats_airoyale
|
||||||
official = $playerstats_official
|
official = $playerstats_official
|
||||||
custom = $playerstats_custom
|
custom = $playerstats_custom
|
||||||
updated = $formattedString
|
updated = $formattedString
|
||||||
Ranked = $playerstats_ranked
|
Ranked = $playerstats_ranked
|
||||||
clan_4_casual = $playerstats_airoyale_clan
|
|
||||||
}
|
}
|
||||||
|
|
||||||
write-output "Writing file"
|
write-output "Writing file"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue