matchparser
This commit is contained in:
parent
b5404230e4
commit
3783ff55e8
1 changed files with 5 additions and 5 deletions
|
|
@ -152,11 +152,11 @@ $formattedString = "$currentDateTime - Time Zone: $currentTimezone"
|
||||||
# Output the formatted string
|
# Output the formatted string
|
||||||
|
|
||||||
$playerstats = [PSCustomObject]@{
|
$playerstats = [PSCustomObject]@{
|
||||||
event_ibr = $playerstats_event_ibr
|
all = $playerstats_all
|
||||||
all = $playerstats_all
|
Intense = $playerstats_event_ibr
|
||||||
airoyale = $playerstats_airoyale
|
Casual = $playerstats_airoyale
|
||||||
official = $playerstats_official
|
official = $playerstats_official
|
||||||
updated = $formattedString
|
updated = $formattedString
|
||||||
}
|
}
|
||||||
|
|
||||||
write-output "Writing file"
|
write-output "Writing file"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue