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:
parent
223bffe873
commit
2d405bfc43
@ -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)
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user