1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 21:02:55 +08:00

Add back options for 3 and 7 day long rooms

This commit is contained in:
Dean Herbert 2019-01-02 16:33:52 +09:00
parent 223bffe873
commit 2d405bfc43

View File

@ -165,8 +165,8 @@ namespace osu.Game.Screens.Multi.Match.Components
TimeSpan.FromHours(12),
//TimeSpan.FromHours(16),
TimeSpan.FromHours(24),
//TimeSpan.FromDays(3),
//TimeSpan.FromDays(7)
TimeSpan.FromDays(3),
TimeSpan.FromDays(7)
}
}
},