mirror of
https://github.com/ppy/osu.git
synced 2025-03-06 04:33:21 +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
|
else
|
||||||
maxParticipantsBind.Value = null;
|
maxParticipantsBind.Value = null;
|
||||||
|
|
||||||
|
durationBind.Value = DurationField.Current.Value;
|
||||||
|
|
||||||
manager?.CreateRoom(room);
|
manager?.CreateRoom(room);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user