mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 13:22:55 +08:00
Fix room duration not being set
This commit is contained in:
parent
72d1ba897f
commit
1051584f0f
@ -237,6 +237,8 @@ namespace osu.Game.Screens.Multi.Match.Components
|
||||
else
|
||||
maxParticipantsBind.Value = null;
|
||||
|
||||
durationBind.Value = DurationField.Current.Value;
|
||||
|
||||
manager?.CreateRoom(room);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user