mirror of
https://github.com/ppy/osu
synced 2024-12-14 10:57:41 +00:00
Start IDs at 1
This commit is contained in:
parent
2f2dcec8c7
commit
a113cf4118
@ -109,7 +109,7 @@ namespace osu.Game.Tournament.Screens.Ladder
|
||||
|
||||
paths.Clear();
|
||||
|
||||
int id = 0;
|
||||
int id = 1;
|
||||
foreach (var pairing in pairingsContainer.OrderBy(d => d.Y).ThenBy(d => d.X))
|
||||
{
|
||||
pairing.Pairing.ID = id++;
|
||||
|
Loading…
Reference in New Issue
Block a user