mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +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
|
||||
maxParticipantsBind.Value = null;
|
||||
|
||||
durationBind.Value = DurationField.Current.Value;
|
||||
|
||||
manager?.CreateRoom(room);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user