IBR CASUAL OFFICIAL SEPERATED #47

Merged
OpzekerIT merged 15 commits from dev into main 2023-09-29 12:39:59 +00:00
Showing only changes of commit 3783ff55e8 - Show all commits

View file

@ -152,9 +152,9 @@ $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
airoyale = $playerstats_airoyale Intense = $playerstats_event_ibr
Casual = $playerstats_airoyale
official = $playerstats_official official = $playerstats_official
updated = $formattedString updated = $formattedString
} }