1
0
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:
Dan Balasescu 2019-01-02 17:04:09 +09:00 committed by GitHub
commit 975fc47a2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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