mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 08:52:55 +08:00
Merge pull request #3985 from peppy/longer-multiplayer-rooms
Add back options for 3 and 7 day long rooms
This commit is contained in:
commit
975fc47a2b
@ -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