MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
Showing only changes of commit 072dba1cde - Show all commits

View File

@@ -175,6 +175,8 @@ class _MatchTileState extends State<MatchTile> {
}
}
allPlayers.sort((a, b) => a.name.compareTo(b.name));
return allPlayers;
;
}
}