mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 09:03:50 +09:00
Fix room duration not being set
This commit is contained in:
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user