mirror of
https://github.com/osukey/osukey.git
synced 2025-06-22 19:57:56 +09: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();
|
paths.Clear();
|
||||||
|
|
||||||
int id = 0;
|
int id = 1;
|
||||||
foreach (var pairing in pairingsContainer.OrderBy(d => d.Y).ThenBy(d => d.X))
|
foreach (var pairing in pairingsContainer.OrderBy(d => d.Y).ThenBy(d => d.X))
|
||||||
{
|
{
|
||||||
pairing.Pairing.ID = id++;
|
pairing.Pairing.ID = id++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user