Player in Gewinner Auswahl, Match- und Grouptile sortieren #134

Merged
flixcoo merged 4 commits from enhancement/133-gewinner-auswahl-sortieren into development 2026-01-04 20:46:04 +00:00
Showing only changes of commit 7fa434782c - Show all commits

View File

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