mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Add back options for 3 and 7 day long rooms
This commit is contained in:
@ -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)
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user