feat: gender-separated MVPChart in mixed teams

This commit is contained in:
2025-05-26 07:33:31 +02:00
parent a4ea0dfc41
commit 638e8bf20c
5 changed files with 121 additions and 84 deletions

View File

@@ -16,7 +16,7 @@ names = [
demo_players = [
Player.model_validate(
{
"id": i,
"id": i + 4200,
"display_name": name,
"username": name.lower().replace(" ", "").replace(".", ""),
"gender": gender,