Use full name for round robin

This commit is contained in:
Dan Balasescu
2021-11-19 18:42:34 +09:00
parent 4e625b78e2
commit 4c8c34b43f
3 changed files with 3 additions and 3 deletions

View File

@ -16,6 +16,6 @@ namespace osu.Game.Online.Multiplayer
AllPlayers,
[Description("All players (round robin)")]
AllPlayersRR
AllPlayersRoundRobin
}
}