1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 11:12:54 +08:00

Merge pull request #3935 from peppy/limit-durations

Limit available durations for the time being
This commit is contained in:
Dean Herbert 2018-12-27 22:02:04 +09:00 committed by GitHub
commit f42c844906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
}
}
},