diff --git a/cutt/player.py b/cutt/player.py index 6590e9a..11ceafa 100644 --- a/cutt/player.py +++ b/cutt/player.py @@ -188,6 +188,7 @@ async def list_players( .join(PlayerTeamLink) .join(Team) .where(Team.id == team_id, P.disabled == False) + .order_by(P.display_name) ).all() if players: return [