mirror of
https://github.com/ppy/osu
synced 2024-12-13 18:37:04 +00:00
Limit available durations for the time being
This commit is contained in:
parent
82db1a2924
commit
5977fc838f
@ -163,10 +163,10 @@ namespace osu.Game.Screens.Multi.Match.Components
|
||||
TimeSpan.FromHours(4),
|
||||
TimeSpan.FromHours(8),
|
||||
TimeSpan.FromHours(12),
|
||||
TimeSpan.FromHours(16),
|
||||
//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