1
0
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:
smoogipoo 2018-12-19 10:51:54 +09:00
parent 72d1ba897f
commit 1051584f0f

View File

@ -237,6 +237,8 @@ namespace osu.Game.Screens.Multi.Match.Components
else
maxParticipantsBind.Value = null;
durationBind.Value = DurationField.Current.Value;
manager?.CreateRoom(room);
}