mirror of https://github.com/ppy/osu
Remove minor version for now
This commit is contained in:
parent
7229131d36
commit
1e6710020e
|
@ -142,7 +142,6 @@ public void Migrate()
|
|||
|
||||
if (!int.TryParse(pieces[0], out int year)) return;
|
||||
if (!int.TryParse(pieces[1], out int monthDay)) return;
|
||||
if (!int.TryParse(pieces[2], out int minor)) return;
|
||||
|
||||
int combined = (year * 10000) + monthDay;
|
||||
|
||||
|
|
Loading…
Reference in New Issue