I pulled the latest changes from v0/idk6792-2713ef95 in MISOCIST.0.
I can see there are 4 files with PlayerNameDisplay and shouldShowCrown functions. I need to add "ackrus" (and variations) to the crown check in all of them:
Added the crown emoji to all variations of "ackrus" across all 4 files that display player names: saved-match-view.tsx, stomp-chart.tsx, editable-team-table.tsx, and export-match.tsx. The check uses lowerName.includes("ackrus") so it will match any name containing "ackrus" regardless of case (e.g., "Ackrus", "ACKRUS", "xAckrus", etc.).