mirror of
https://github.com/osukey/osukey.git
synced 2025-05-19 12:37:38 +09:00
Merge pull request #3935 from peppy/limit-durations
Limit available durations for the time being
This commit is contained in:
commit
f42c844906
@ -163,10 +163,10 @@ namespace osu.Game.Screens.Multi.Match.Components
|
|||||||
TimeSpan.FromHours(4),
|
TimeSpan.FromHours(4),
|
||||||
TimeSpan.FromHours(8),
|
TimeSpan.FromHours(8),
|
||||||
TimeSpan.FromHours(12),
|
TimeSpan.FromHours(12),
|
||||||
TimeSpan.FromHours(16),
|
//TimeSpan.FromHours(16),
|
||||||
TimeSpan.FromHours(24),
|
TimeSpan.FromHours(24),
|
||||||
TimeSpan.FromDays(3),
|
//TimeSpan.FromDays(3),
|
||||||
TimeSpan.FromDays(7)
|
//TimeSpan.FromDays(7)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user