1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 04:51:26 +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
Unverified
@@ -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)
}
}
},